GitHub
github.com › expo › expo
GitHub - expo/expo: An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.
Expo is an open-source platform for making universal native apps that run on Android, iOS, and the web. It includes a universal runtime and libraries that let you build native apps by writing React and JavaScript.
Starred by 45.8K users
Forked by 10.4K users
Languages TypeScript 55.8% | Kotlin 16.9% | Swift 12.3% | Objective-C 4.2% | JavaScript 3.1% | C++ 2.9%
Videos
24:35
How to make Expo apps faster | Expo app development best practices ...
04:12:47
Build a Full Stack Mobile App with React Native & Expo - React ...
How to create your first Expo app | Universal App tutorial #1
20:44
Complete React Native Tutorial #1 - Introduction & Setup (Expo) ...
21:37
Expo Go vs Development Builds: Which should you use? - YouTube
Expo Development Build Tutorial (Expo Go Replacement ...
GitHub
github.com › robinhuy › react-native-expo-examples
GitHub - robinhuy/react-native-expo-examples: Learn React Native (Expo) by examples.
Scan the following QR code with ... in Expo Go or a development build. Learn how to use: StyleSheet, Text, View, SafeAreaView. Learn how to use: StatusBar, Expo Icons, Images, TextInput, TouchableOpacity. Learn how to use: Transform, Platform, Dimensions, Switch, TouchableHighlight, React Hook useState. Learn how to use: React Native Keyboard Aware ...
Starred by 355 users
Forked by 123 users
Languages JavaScript
GitHub
github.com › expo › expo › blob › main › apps › expo-go › README.md
expo/apps/expo-go/README.md at main · expo/expo
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - expo/apps/expo-go/README.md at main · expo/expo
Author expo
GitHub
github.com › expo › examples
GitHub - expo/examples: Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
Easy example for using features, libraries, and other integrations with Expo! Use this repo to create new universal React and React Native projects with create-expo.
Starred by 3.4K users
Forked by 1.1K users
Languages TypeScript 72.9% | JavaScript 21.1% | MDX 2.1% | CSS 1.6% | HTML 1.0% | Shell 1.0% | PLpgSQL 0.3%
GitHub
github.com › topics › expo-go
expo-go · GitHub Topics · GitHub
A starter project for React Native and Expo SDK v52. Based off Ignite's boilerplate code and modified to fit my needs. Includes Expo Go, Expo Router, Zustand and basic Firebase auth.
GitHub
github.com › molidestroyer › React-Native-Tutorial
GitHub - molidestroyer/React-Native-Tutorial: React-Native-Tutorial using expo, step by step
React-Native-Tutorial using expo, step by step. Contribute to molidestroyer/React-Native-Tutorial development by creating an account on GitHub.
Author molidestroyer
Expo
expo.dev
Expo
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
React-native-google-signin
react-native-google-signin.github.io › setting up › expo setup
Expo setup | React Native Google Sign In
If you are using Firebase Authentication, follow these instructions to get google-services.json file for Android and these instructions) to get GoogleService-Info.plist for iOS. Place them into your project and specify the paths to the files: ... { "expo": { "plugins": ["@react-native-google-signin/google-signin"], "android": { "googleServicesFile": "./google-services.json" }, "ios": { "googleServicesFile": "./GoogleService-Info.plist" } } }
GitHub
github.com › Bonekyaw › react-native-expo
GitHub - Bonekyaw/react-native-expo: React Native Expo Starter Kits
git clone https://github.com/Bonekyaw/react-native-expo.git cd react-native-expo rm -rf .git npm install npm start ... You can upgrade latest version if expo is outdated. Read more ...
Starred by 44 users
Forked by 2 users
Languages TypeScript 96.2% | JavaScript 3.8%
GitHub
github.com › nathallye › react-native-expo
GitHub - nathallye/react-native-expo: Building an app using React Native.
Para executar o app no celular (ou emulador) é necessário instalar o aplicativo Expo GO. Ele é o responsável por pegar o código que o metro bundler envia e exibir em tela o seu app React Native.
Author nathallye
Reddit
reddit.com › r/expo › example apps that were built using expo? (on github)
r/expo on Reddit: Example apps that were built using Expo? (On GitHub)
September 16, 2024 - Launched My Very First React Native/Expo App to the App Store! ... My dream app is alive! ... Building Skiff World (eg. Mail) from Github repo
GitHub
github.com › expo › create-react-native-app
GitHub - expo/create-react-native-app: Create React Native apps that run on iOS, Android, and web
Starred by 13.3K users
Forked by 1.4K users
Languages JavaScript
GitHub
github.com › qlawmarq › expo-react-native-base
GitHub - qlawmarq/expo-react-native-base: An example mobile app that requires authentication, and using React Native, Expo, Native Base, Redux, etc...
Also it make easily publish testing app with using Expo. ... You can set the name of the app, version, permissions, etc. through app.json. ... This app are using Redux(toolkit) for state management, and Redux Persist for persisting store's state when app reload. And also using Async Storage for data storage. ... // state(redux) import { useSelector } from 'react-redux'; import { RootState } from '../lib/redux/store'; // get user & token from redux const { user, token } = useSelector((state: RootState) => state.auth);
Starred by 5 users
Forked by 2 users
Languages TypeScript 97.7% | JavaScript 2.3%
GitHub
github.com › daoodaba975 › exlogrn
GitHub - daoodaba975/exlogrn: A starter app template for React Native & Expo, featuring a ready-to-use auth screens.
A starter app template for React Native & Expo, featuring a ready-to-use auth screens. - daoodaba975/exlogrn
Starred by 49 users
Forked by 25 users
Languages JavaScript
GitHub
github.com › workos › react-native-expo-example-app
GitHub - workos/react-native-expo-example-app: React Native Expo Example Application powered by WorkOS SSO
Starred by 19 users
Forked by 3 users
Languages TypeScript 95.5% | JavaScript 4.5%
React Native
reactnative.dev › docs › environment-setup
Get Started with React Native · React Native
Expo provides developer tooling that makes developing apps easier, such as file-based routing, a standard library of native modules, and much more. Expo's Framework is free and open source, with an active community on GitHub and Discord.
Medium
medium.com › swlh › expo-react-native-complete-ci-cd-workflow-using-github-actions-4b7bc87616b3
Expo React Native Complete CI / CD Workflow Using Github Actions | by Shafran Naizer | The Startup | Medium
November 25, 2020 - In this article I will show how we can setup a CI CD workflow using Github. Actions. When ever I search for expo cicd workflow articles there were only steps to build the iOS ipa file. And the apk file. here Im going to show how we can push a build to Google Play store & TestFlight using our Github Action CI CD.