Welcome to the mobile nüli test app

For full instructions on what we'd like you to do please visit our official developer test page.

❗️Please do this before running❗️

Please change the contents of apollo.ts to your current local address. The current contents are

const client = new ApolloClient({
  uri: "http://192.168.33.123:3000/graphql",
  cache: new InMemoryCache(),
});

Change the uri to the your local address which can be obtained by running (if on Mac)

ifconfig | grep "inet " | grep -v 127.0.0.1 | cut -d\   -f2

For running the back-end

In order to get data to the app, the back-end must be running and the database populated. Instructions for doing so can be found here

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Learn more

To learn more about developing your project with Expo, look at the following resources: