Gustavo Alexandre

Results 2 comments of Gustavo Alexandre

in android/build.gradle file Add follow lines Top of file ``` def REACT_NATIVE_VERSION = new File(['node', '--print',"JSON.parse(require('fs').readFileSync(require.resolve('react-native/package.json'), 'utf-8')).version"].execute(null, rootDir).text.trim()) ``` allprojects item ``` allprojects { configurations.all { resolutionStrategy { force "com.facebook.react:react-native:"...

> I am using the Laravel 12 version. I hope to incorporate the component you developed into my program. Therefore, I have forced the adaptation to Laravel 12. I hope...