lekbit

Results 5 comments of lekbit

> @Boztown @radex When I upgrade my `kotlinVersion` from `1.5.0` to `1.7.10` I get > but it works with `1.6.21` Confirm version change to `ext.kotlinVersion = '1.6.21'` solves the error

Thanks to this [react-native-scoped-storage](https://www.npmjs.com/package/react-native-scoped-storage), you can select the directory to save the file, create a file, fill the file. In general, this library can replace all other libraries like RNFS,...

In general, my problem was solved by switching to "@react-navigation/native-stack" https://github.com/react-navigation/react-navigation/assets/132438817/de467387-a016-4a51-b8b8-063883f1ac76

>`* What went wrong: Execution failed for task ':react-native-reanimated:buildCMakeDebug[arm64-v8a]'. Unable to delete file 'C:\Users\Artem\Documents\flashcardseng\node_modules\react-native-reanimated\android\build\intermediates\cxx\Debug\1o6v2eo5\obj\ar m64-v8a'` I swear, someday I'll throw this React Native into the trash bin with all its...

I will describe all the steps I took to make it work, but I can't say for sure which of them was actually necessary. Firstly, I recreated the project from...