This Project uses the fanmade Elden ring API: https://eldenring.fanapis.com/
This Project uses react native and @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
- with the steps above completed we should have the latest version of
node.js/ npm
and metro bundler that ships with react native.
once that is done we can install packages using npm:
npm install
First, you will need to start Metro, which should ship with React Native.
To start Metro, run the following command from the root of your React Native project:
npm start
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
npm run android
npm run ios
If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
-
For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!
For iOS: Hit Cmd ⌘ + R in your iOS Simulator to reload the app and see your changes!
You've successfully set up the Elden Ring app for development. 🥳
Please refer to the React Native - Environment Setup to make sure everything is set up correctly. If that's been exhausted there's the Troubleshooting page.
maestro test .maestro