Set the correct LUFTIO_GRAPHQL_ENDPOINT URL in .env and also in src/config/ApolloClient.ts (Expo has issues loading .env files)
$ npm install
$ npm run generate # Update GraphQL
$ npm start$ expo publish# clear the React Native packager's cache
$ npm start -- --reset-cache