All Projects â†’ robinhuy â†’ react-native-expo-examples

robinhuy / react-native-expo-examples

Licence: other
Learn React Native (Expo CLI) by examples.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-expo-examples

Vscode React Native
VSCode extension for React Native - supports debugging and editor integration
Stars: ✭ 2,366 (+1316.77%)
Mutual labels:  expo
React Native Stretchy
🤸‍♀ī¸A ReactNative scrollable stretchy header component
Stars: ✭ 216 (+29.34%)
Mutual labels:  expo
Use Expo
Complementary hooks for Expo
Stars: ✭ 233 (+39.52%)
Mutual labels:  expo
Rn Wunderlist
Wunderlist Clone written in React Native
Stars: ✭ 201 (+20.36%)
Mutual labels:  expo
Image Upload Example
Demonstration of how to upload images from the ImagePicker, using a node backend to upload to S3
Stars: ✭ 214 (+28.14%)
Mutual labels:  expo
Expo And Typescript
Showcase of an Expo app written in TypeScript.
Stars: ✭ 222 (+32.93%)
Mutual labels:  expo
Expo Uber
Uber UI Clone with React Native & Expo
Stars: ✭ 186 (+11.38%)
Mutual labels:  expo
Expo Pixi
Tools for using pixi.js in Expo
Stars: ✭ 253 (+51.5%)
Mutual labels:  expo
Awesome React Native Web
💙 React Native Web patterns, techniques, tips, and tricks ✨
Stars: ✭ 215 (+28.74%)
Mutual labels:  expo
React Native Examples
A repo that contain React Native examples most related to tutorials I publish
Stars: ✭ 222 (+32.93%)
Mutual labels:  expo
Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+9211.38%)
Mutual labels:  expo
Margarita
[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
Stars: ✭ 213 (+27.54%)
Mutual labels:  expo
React Native Youtube Iframe
A wrapper of the Youtube-iframe API built for react native.
Stars: ✭ 221 (+32.34%)
Mutual labels:  expo
Expo Firebase Starter
đŸ”Ĩ⚛ī¸đŸ“ą Expo + Firebase Starter Kit
Stars: ✭ 199 (+19.16%)
Mutual labels:  expo
Galio
Galio is a beautifully designed, Free and Open Source React Native Framework
Stars: ✭ 2,772 (+1559.88%)
Mutual labels:  expo
Expo Native Firebase
đŸ”Ĩ Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (+17.96%)
Mutual labels:  expo
React Native Swiper Flatlist
👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
Stars: ✭ 217 (+29.94%)
Mutual labels:  expo
Rn Pdf Reader Js
📄 PDF reader in JavaScript only for Expo - Android & iOS capable
Stars: ✭ 254 (+52.1%)
Mutual labels:  expo
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+44.91%)
Mutual labels:  expo
React Native
📓 Storybook for React Native!
Stars: ✭ 222 (+32.93%)
Mutual labels:  expo

React Native Expo examples

Learn React Native (Expo SDK 47) by easy-to-difficult examples.

For more advance examples, see React Native TypeScript examples

Run project in development

  • Setting up the development environment: https://reactnative.dev/docs/environment-setup.

  • Install dependencies: yarn install (or npm install).

  • Run on Android: yarn android (or npm run android).

  • Run on iOS: yarn ios (or npm run ios).

  • Run on both Android & iOS: yarn mobile (or npm run mobile).

  • Run server: yarn start. Then use app Expo Go on your mobile and scan QR code on the terminal.

Preview

Scan the following QR code with an Android device to open it in Expo Go or a development build.

Android demo app

Scan the following QR code with an iOS device to open it in Expo Go or a development build.

iOS demo app

1. Hello World

Learn how to use: StyleSheet, Text, View, SafeAreaView

Hello World 1 Hello World 2

2. Login Screen

Learn how to use: StatusBar, Expo Icons, Image, TextInput, TouchableOpacity

Momo Login Screen Facebook Login Screen

3. The Light

Learn how to use: Transform, Platform, Dimension, Switch, TouchableHighlight, React Hook useState

The Light Traffic Light

4. Register Form

Learn how to use: KeyboardAwareScrollView, Formik, Yup, Alert, Separate Style, Separate Components

Register Form

5. Instagram Feed

Learn how to use: ScrollView, FlatList

Instagram Feed

6. Rock Paper Scissors

Learn how to use: Animations, React Hook useRef

Rock Paper Scissors

7. Scan QR Code

Learn how to use: React Native Animatable, Expo Barcode Scanner

Scan QR Code

8. Stop Watch

Learn how to use: Timer, React Memo, useCallback

Stop Watch

9. BMI Calculator

Learn how to use: Slider, Modal

BMI Calculator

10. Music Player

Learn how to use: Expo AV, React Native Modal, React Hook useEffect,

Music Player 1 Music Player 2

11. Worldwide News

Learn how to use: Connect JSON API, ActivityIndicator, Linking, Lodash

Worldwide News

12. Pokedex

Learn how to use: React Native Elements, React Navigation, React Native Progress, React Hook useEffect with Cleanup

Pokedex


Last but not least: If you have time, let's try my React Native Game on Goole Play Store: Master Mind X

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].