6

SIGNAL with REACT NATIVE! (Navigation, Expo & Firebase)

 2 years ago
source link: https://reactnativeexample.com/signal-with-react-native-navigation-expo-firebase/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

SIGNAL with REACT NATIVE!

🔴 LIVE DEMO

PREREQUISITES:

  • Sign up for a Firebase account HERE
  • Install Node JS in your computer HERE

This project was bootstrapped with Create React App.

Available Scripts

Installing Expo CLI

npm install --global expo-cli

Initializing the project

npx create-expo-app single-clone 
cd single-clone

Starting the development server

expo start

Using Firebase

Firebase SDK Setup

expo install firebase
or
expo install [email protected]

Dependencies

expo install react-native-screens
expo install react-native-safe-area-context

Creating a Build

  • Optimize the assets for speed – npx expo-optimize (formerly expo optimize)
  • Bundle the project for production – npx expo export:web (expo build:web in the legacy Expo CLI).
  • Creates a production ready static bundle in the web-build/ directory. Don’t edit this folder directly.
  • If you make any changes to your project, you’ll need to re-build for production.
  • For more help use npx expo export:web --help
  • More Info

Open the camera app on your device and scan the code below

qr qr

Expo Publish

publish your project

expo publish

qr

qr

qr

GitHub

View Github


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK