Native Dependency Troubleshooting
1. Required Dependencies
2. Android Manual Linking
A. Update android/settings.gradle
android/settings.gradleinclude ':react-native-linear-gradient'
project(':react-native-linear-gradient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linear-gradient/android')B. Update android/app/build.gradle
android/app/build.gradleC. Update MainApplication.kt
MainApplication.kt3. iOS Manual Linking
A. Update ios/Podfile
ios/PodfileB. Run Pod Install
4. Rebuild the App
Last updated