All Projects โ†’ expo โ†’ Expo

expo / Expo

Licence: other
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

Programming Languages

objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
kotlin
9241 projects
Objective-C++
1391 projects
typescript
32286 projects

Projects that are alternatives of or similar to Expo

ult
The Ultimate Dev Stack
Stars: โœญ 54 (-99.65%)
Mutual labels:  native, universal, web-framework, native-apps, app-framework
TiktokClone
TIKTOK Clone React Native Tutorial 2021 ๐Ÿ‘จโ€๐Ÿ’ป I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this seโ€ฆ
Stars: โœญ 69 (-99.56%)
Mutual labels:  native, native-apps, app-framework, expo
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Stars: โœญ 133,413 (+757.96%)
Mutual labels:  mobile, web-framework, app-framework
Firebase Instagram
๐Ÿ“ธ Instagram clone with Firebase Cloud Firestore, Expo, and React Native ๐Ÿ˜๐Ÿ˜
Stars: โœญ 389 (-97.5%)
Mutual labels:  expo, mobile, native
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: โœญ 1,282 (-91.76%)
Mutual labels:  native, universal, expo
Flutter Rust Ffi
Starter project for Flutter plugins willing to access native and synchronous rust code using FFI
Stars: โœญ 330 (-97.88%)
Mutual labels:  mobile, native
Navigation
Scene-Based Navigation for React and React Native
Stars: โœญ 350 (-97.75%)
Mutual labels:  mobile, native
React Native Dating App
Dating app - Exponent and React Native
Stars: โœญ 352 (-97.74%)
Mutual labels:  expo, mobile
Nat Explorer
An example project using Nat & Weex.
Stars: โœญ 55 (-99.65%)
Mutual labels:  mobile, native
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: โœญ 995 (-93.6%)
Mutual labels:  mobile, web-framework
One Punch Fitness
A "One Punch Man"-inspired workout app!
Stars: โœญ 64 (-99.59%)
Mutual labels:  expo, mobile
Nat
A powerful kit for adding native functionalities to your weex app.
Stars: โœญ 294 (-98.11%)
Mutual labels:  mobile, native
Android Camera2 Secret Picture Taker
Take pictures ๐Ÿ“ท secretly (without preview or launching device's camera app) using Android CAMERA2 API
Stars: โœญ 275 (-98.23%)
Mutual labels:  mobile, native
webviewhs
๐ŸŒ A Haskell binding to the webview library created by Serge Zaitsev.
Stars: โœญ 109 (-99.3%)
Mutual labels:  native, native-apps
Apollo Universal Starter Kit
Apollo Universal Starter Kit is an SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Stars: โœญ 1,645 (-89.42%)
Mutual labels:  universal, expo
Ecoleta
Projecto construรญdo durante o Next Level Week 1 - Ecoleta by @Rocketseat
Stars: โœญ 46 (-99.7%)
Mutual labels:  expo, mobile
Callapp Lib
๐Ÿ”ฅcall app from h5๏ผˆH5ๅ”ค่ตทๅฎขๆˆท็ซฏ ๏ผ‰
Stars: โœญ 1,857 (-88.06%)
Mutual labels:  universal, native
React Native Css Gradient
React Native css gradients - react-native-linear-gradient with css gradient support
Stars: โœญ 129 (-99.17%)
Mutual labels:  expo, native
status-bar-height
Listen to status bar changes during incoming calls and other multi-tasking events
Stars: โœญ 73 (-99.53%)
Mutual labels:  native, expo
React Native Nav Transition
React Native Nav Transition
Stars: โœญ 154 (-99.01%)
Mutual labels:  expo, mobile

expo sdk

Expo

Expo SDK version Forums Discord License: MIT Downloads

Try Expo in the Browser | Read the Documentation ๐Ÿ“š

Twitter: expo Medium: exposition


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. This repository is where the Expo client software is developed, and includes the client apps, modules, apps, and more. The Expo CLI repository contains the Expo development tools.

Click here to view the Expo Community Guidelines. Thank you for helping keep the Expo community open and welcoming!

๐Ÿ“š Documentation

Learn about building and deploying universal apps in our official docs!

๐Ÿ—บ Project Layout

  • packages All the source code for the Unimodules, if you want to edit a library or just see how it works this is where you'll find it.
  • apps This is where you can find Expo projects which are linked to the development Unimodules. You'll do most of your testing in here.
  • docs The source code for https://docs.expo.dev
  • templates The template projects you get when you run expo start
  • react-native-lab This is our fork of react-native. We keep this very close to the upstream but sometimes need to add quick fixes locally before they can land.
  • guides In-depth tutorials for advanced topics like contributing to the client.
  • android contains the Android project.
  • home contains the JavaScript source code of the app.
  • ios contains the iOS project.
  • ios/Exponent.xcworkspace is the Xcode workspace. Always open this instead of Exponent.xcodeproj because the workspace also loads the CocoaPods dependencies.
  • tools contains build and configuration tools.
  • template-files contains templates for files that require private keys. They are populated using the keys in template-files/keys.json.
  • template-files/ios/dependencies.json specifies the CocoaPods dependencies of the app.

๐Ÿ… Badges

Let everyone know your app can be run instantly in the Expo Go app!

runs with Expo Go

runs with Expo Go

[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client)

[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client)

๐Ÿ‘ Contributing

If you like Expo and want to help make it better then check out our contributing guide! Check out the Expo CLI repo to work on the Expo CLI, and various other universal development tools.

โ“ FAQ

If you have questions about Expo and want answers, then check out our Frequently Asked Questions!

If you still have questions you can ask them on our forums, Discord or on Twitter @Expo.

๐Ÿ’™ The Team

Curious about who makes Expo? Here are our team members!

License

The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.

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].