react-native-fbsdk

Facebook Sdk Android Error Building

孤街醉人 提交于 2019-11-27 17:58:57
I am trying to build my react-native project and using react-native fbsdk. However, I get these errors: /home/luiz/MYP/app/node_modules/react-native-fbsdk/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. /home/luiz/MYP/app/node_modules/react-native-fbsdk/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name

Facebook Sdk Android Error Building

回眸只為那壹抹淺笑 提交于 2019-11-27 04:14:59
问题 I am trying to build my react-native project and using react-native fbsdk. However, I get these errors: /home/luiz/MYP/app/node_modules/react-native-fbsdk/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. /home/luiz/MYP/app/node_modules/react-native-fbsdk/android/build/intermediates/res/merged/release/values-v24

react-native-fbsdk error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'

岁酱吖の 提交于 2019-11-26 23:01:14
In my react-native project in android/app/build.gradle i have ... compileSdkVersion 26 buildToolsVersion "26.0.1" defaultConfig { applicationId "..." minSdkVersion 16 targetSdkVersion 26 versionCode 1 versionName "1.0" ndk { abiFilters "armeabi-v7a", "x86" } } ... dependencies { compile project(':react-native-fbsdk') compile project(':react-native-vector-icons') compile project(':react-native-splash-screen') compile project(':react-native-spinkit') compile project(':react-native-orientation') compile project(':react-native-maps') compile project(':react-native-android-sms-listener') compile

react-native-fbsdk error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'

蓝咒 提交于 2019-11-26 08:28:03
问题 In my react-native project in android/app/build.gradle i have ... compileSdkVersion 26 buildToolsVersion \"26.0.1\" defaultConfig { applicationId \"...\" minSdkVersion 16 targetSdkVersion 26 versionCode 1 versionName \"1.0\" ndk { abiFilters \"armeabi-v7a\", \"x86\" } } ... dependencies { compile project(\':react-native-fbsdk\') compile project(\':react-native-vector-icons\') compile project(\':react-native-splash-screen\') compile project(\':react-native-spinkit\') compile project(\':react