chrisarts

Results 5 comments of chrisarts

I have this same error on Android with this same version.

I just solve it at least for me, U just need to change this line of code in ./android/settings.gradle from: ``` include ':react-native-audio-toolkit' project(':react-native-audio-toolkit').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-audio-toolkit/android') ``` to:...

@ShinichiroMike thanks for the quote, it was really helpful.

Im doing some work on this and I hope to have a preview for tailwind in react native using twind, but the library mode its a bit confusing and the...

Im using vite for bundle which uses rollup and esbuild under the hood and I already test on CRA, vite, nextJS and even React Native (off course with a proper...