Create a file src/secrets.ts
as follows:
export const API_URL = '<CHANGE ME>';
export const GOOGLE_CLIENT_IDS = {
dev: '<CHANGE ME>',
prod: '<CHANGE ME>'
};
command | description |
---|---|
expo start |
run the development server. Add the -c flag to clear cache |
npm install -g netlify-cli
if you don't have netlify installedyarn deploy
This project is GPLv2 licensed