Dimitris Tzimikas

Results 2 issues of Dimitris Tzimikas

Due to error message in debugging console `C:\Users\dtzimikas\Code\pd.prototype\node_modules\react-native\Libraries\Core\ExceptionsManager.js:173 Warning: Picker has been extracted from react-native core and will be removed in a future release. It can now be installed and...

To make it work on newest React Native 0.73 that updated Android files to Kotlin this line needs to be added in `android/app/src/main/java/com/YOUR_APPLICATION_NAME/MainApplication.kt` ``` // Ultimate Config: https://github.com/maxkomarychev/react-native-ultimate-config/blob/master/docs/quickstart.md import com.reactnativeultimateconfig.UltimateConfigModule...