Andrea Belvedere

Results 3 comments of Andrea Belvedere

@CleitonDeLima sorry for the late reply. I am not sure, I rarely venture into the front-end. It's possible that they were not in the previous version of bootstrap.

@Viraj-10 when running: `npx react-native init TSProject --template react-native-template-typescript` [email protected] is installed ```json "dependencies": { "react": "18.1.0", "react-native": "0.70.3" }, ``` So then when running: `npm install native-base [email protected] [email protected]`...

@nitinvarda had the same issue as you. Upgrading Kotlin version fixed the issue. In the file `android/build.gradle` I had: `kotlinVersion = "1.7.0"` changing it to: `kotlinVersion = "1.8.0"` then `./gradlew...