File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ sed -i -e 's/<\/activity>/<\/activity>\n <activity android:name="com.facebo
100
100
rm -f android/app/src/main/AndroidManifest.xml??
101
101
102
102
# This is required for login to work on android and is listed as a requirement for the iOS SDK
103
- sed -i -e ' s/<\/resources>/ <string name="fb_login_protocol_scheme">' ${FacebookAppId} ' <\/string>\n<\/resources>/' android/app/src/main/res/values/strings.xml
103
+ sed -i -e ' s/<\/resources>/ <string name="fb_login_protocol_scheme">fb ' ${FacebookAppId} ' <\/string>\n<\/resources>/' android/app/src/main/res/values/strings.xml
104
104
rm -f android/app/src/main/res/values/strings.xml??
105
105
106
106
sed -i -e ' s/^<\/dict>/ <key>LSApplicationQueriesSchemes<\/key>\n <array>\n <string>fb-messenger-share-api<\/string>\n <string>fbauth2<\/string>\n <string>fbapi<\/string>\n <\/array>\n<\/dict>/' ios/RNFBSDKExample/Info.plist
You can’t perform that action at this time.
0 commit comments