React Native Minimalist in Gatsby This is a sample repository to demonstrate using React Native Minimalist in Gatsby JS. Installation Install dependencies npm i Running in Development npm run develop Running in Production Build & Export Static Site npm run build Builds a production version and save it in a folder named public. Serve Static Site npm i -g serve serve public