expo
Here are 3,079 public repositories matching this topic...
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Oct 8, 2020 - TypeScript
Implement all functionality of reports module for mobile platforms
Add Rename script
It's a pretty common task - to rename an application you are building from the starter kit. So let's make it easy.
Pepperoni app kit has a script for renaming and it worked fine for their kit. It may be a great point to start: https://github.com/futurice/pepperoni-app-kit/blob/master/support/rename.sh
I think we need to write some bash script that will let us to run something like `yarn ren
When I init a new project, I get this file:
.gitignore:
node_modules/**/*
.expo/*
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
# macOS
.DS_Store
It contains 3 ways of ignoring directories:
node_modules/**/*
.expo/*
web-build/
I believe this would be sufficient:
node_modules/
.expo/
web-build/
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Jul 18, 2020 - TypeScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 28, 2019 - Clojure
Remember location
If you do not give location permissions to the app you have to type in your location every time you launch.
I think it would be preferable to remember the last location used if location permissions are disabled.
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
Improve this page
Add a description, image, and links to the expo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the expo topic, visit your repo's landing page and select "manage topics."
We should use https://github.com/jonschlinkert/parse-github-url to intelli