Skip to content

plahteenlahti/netli.fyi-app

Repository files navigation

Netli.fyi

React Native app for managing Netlify sites



Getting Started

You will need to register for a new Netlify OAuth2 Application (learn more here). After doing this, create a .env file in the root of the project with the following values:

redirect_url=https://url.to.something
client_secret=secret
client_id=id

Run the following commands to get the project running

yarn # install packages
npx pod-install # install pods for iOS
yarn ios # or
yarn android # to run on emulator

Generating boot screen

yarn react-native generate-bootsplash src/assets/images/app-icon.png \
  --background-color=fff \
  --logo-width=100 \
  --assets-path=src/assets/images