I am trying to build a react native app with facebook login.
As facebook suggests I have created two resources string string/facebook_app_id
and string/fb_login_protocol_scheme
and include it in Manifest file.
But when I try to build app I get these errors
AAPT: error: resource string/facebook_app_id (aka package.name:string/facebook_app_id) not found.
AAPT: error: resource string/fb_login_protocol_scheme (aka package.name:string/fb_login_protocol_scheme) not found.