Geunta Buwono

Results 3 comments of Geunta Buwono

how to contribute ? this project still progress version 2 ?

if you're using react-native-cli, you should clean android build `./gradlew clean` on android folder. and `watchman watch-del-all && yarn start --reset-cache` to make sure all cache are clean.

from now we can migrate with remove caret from package.json `^` to make version strict. example `"next": "^13.4.4",` to be `"next": "13.4.4",`