Skip to main content

React Native in Vibra

· 2 min read
Yovany Suárez Silva
Software Engineer - FullStack Developer

mongodb

tip

Vibra opted for React Native technology and uses the React library to generate graphical user interfaces in mobile components.. for more information visit in or more information visit in https://reactnative.dev/

🚀 React Native and expo

Expo is a platform for universal React applications. visit in https://docs.expo.dev/. It is a set of tools and services built around React Native and its ecosystem. It makes it easy to build, deploy, and iterate on your app. ✅ Installation:

npm install expo-cli --global

Create a Project:

expo init my-app

Run the Project:

expo start

Expo Go: Download the Expo Go app on your mobile device and scan the QR code displayed in your terminal.

1️⃣ Develop in React Native

Install React Native:

npm install react-native

Install Expo:

npm install expo

Deploy in expo

tip

Deploy in expo is a way to publish your app in the expo store. It is a way to publish your app in the expo store.

Vibra is an academic app for students who want to validate and share their thoughts and experiences with other students.