Skip to content

Instantly share code, notes, and snippets.

View i-emek's full-sized avatar

El Mehdi El Khayati i-emek

View GitHub Profile
//First, in your settings.gradle add the following lines - path: gradle/setting.gradel
include ':react-native-wheel-picker-android'
project(':react-native-wheel-picker-android').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-wheel-picker-android/android')
// Then in your build.gradle - path: app/build.gradel
implementation project(':react-native-wheel-picker-android')
// Then in your MainApplication.java file, in your getPackages() method, add the following line: new WheelPickerPackage()