skip to Main Content

React Native open Facebook page – Twitter API

I've been trying to open Facebook page using React Native Linking API. It doesn't work for me. I do have Facebook app installed. Here is what I tried: Linking.openURL('fb://page/<page_name>'); Linking.openURL('fb://profile/<profile_name>'); Linking.openURL('http://facebook.com/<page_name>'); I also tried to use Communications library: Communications.web(url). None…

VIEW QUESTION

Firebase Onesignal Multiple dex files define Lcom/google/android/gms/auth/api/signin/zzc – Facebook api

My android/app/build.gradle (bottom): dependencies { compile project(':react-native-onesignal') compile project(':react-native-youtube') compile(project(":react-native-google-sign-in")) { exclude group: "com.google.android.gms" } compile project(':react-native-svg') compile project(':react-native-facebook-login') compile project(':react-native-i18n') compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" compile "com.google.android.gms:play-services-auth:10.0.1" compile "com.facebook.react:react-native:+" // From node_modules } // Run this once…

VIEW QUESTION
Back To Top
Search