Omar Magdy

Results 13 comments of Omar Magdy

Hello! πŸ‘‹ I would also like to report that this issue happened to me today too. Today I ran this command: `npx react-native init abc` I did not install any...

``` npx react-native init abc npx react-native init abcd --version="0.73" npx react-native init abcde --version="0.72" ``` All these commands will create the same error when following the same 3 steps...

> Added this to my root build.gradle file and it fixed my issue > > ``` > gradle.startParameter.excludedTaskNames.addAll( > gradle.startParameter.taskNames.findAll { it.contains("testClasses") } > ) > ``` It worked perfectly....

@gkasireddy202 Try the following: In android studio, 1. Open the project folder Menu => File => Open => (Select the `/android` folder in your React native project) (Be careful, open...

@gkasireddy202 https://stackoverflow.com/questions/55441230/unable-to-load-script-make-sure-you-are-either-running-a-metro-server-or-that-yo Maybe you are not running `npm start` in the background. But the application has been installed successfully, that's progress. πŸ˜πŸŽ‰πŸ’ͺπŸ’―

Congrats, bro! πŸŽ‰πŸŽ‚ You made progress. 🫑 πŸ’ͺ Happy, coding! πŸ’»πŸ˜

@gkasireddy202 You're welcome. 😁 I need to clarify. The `npm start` runs the metro in the background, so that you can run the React Native app. The green arrow does...

Hello, @cortinico ! πŸ‘‹ I would like to say that we would really appreciate it if someone from the React Native teams solved this issue, we would be so grateful....

I created this hook for communication with Live API of **Google**'s Gemini. It has a format that looks like the same format of AI SDK. Feel free to use it,...