Skip to content

bp289/EldenRingApp

Repository files navigation

This Project uses the fanmade Elden ring API: https://eldenring.fanapis.com/

This Project uses react native and @react-native-community/cli.

Setting up for development

Step 1: Install dependencies

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

Step 2: Start the Metro Server

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

Step 3: Start Application

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:

For Android

npm run android

For iOS

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.

  1. 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!

Congratulations! 🎉

You've successfully set up the Elden Ring app for development. 🥳

Help, it doesn't work!! 😢

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.

Running tests:

maestro test .maestro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published