Did it take you long or did you outsource it?
I was looking to use AI to see if I could do it. Stuck on the underline bold:
npx react-native init PTPlusPlus
Navigate into your project directory:
cd PTPlusPlus
When I tried the previous step again (npx react-native init PTPlusPlus), it stated, "Directory PTPlusPlus already exists. Continue?"
I did Yes and see it exists in C>Users folder (Using Windows 10-->and I know I have to update to 11 by summer)
Any help?
I was looking to use AI to see if I could do it. Stuck on the underline bold:
Step 1: Setting Up Your Development Environment
- Choose a Framework: For this example, we will use React Native.
- Install Node.js: Ensure you have Node.js installed on your machine. You can download it from Node.js official website.
- Install React Native CLI: Open your terminal and run:
npm install -g react-native-cli - Set Up Android Studio and Xcode:
- For Android, download and install Android Studio.
- For iOS, ensure you have Xcode installed from the Mac App Store.
Step 2: Creating the Project
Create a new React Native project by running:npx react-native init PTPlusPlus
Navigate into your project directory:
cd PTPlusPlus
When I tried the previous step again (npx react-native init PTPlusPlus), it stated, "Directory PTPlusPlus already exists. Continue?"
I did Yes and see it exists in C>Users folder (Using Windows 10-->and I know I have to update to 11 by summer)
Any help?