expo
Here are 2,192 public repositories matching this topic...
We should use https://github.com/jonschlinkert/parse-github-url to intelli
Description
Facebook released Hermes JS engine and implemented it to React Native Android. This engine is compatible with Chrome DevTools Protocol so we need to investigate how to implement Hermes debugging in React Native Tools.
Important notice
Currently, Hermes doesn't fully support Chrome deb
Focus() in Input!
Is your feature request related to a problem? Please describe.
The inputs do not pass the functions of focus (), blur (), among others of the TextInput of React Native.
Describe the solution you'd like
I would like these functions to be passed so that I could control focus and transfer from one input to another after I finish entering the value.
**Describe alternatives you've consi
When clicking on an input, it pushes everything into the top..
just reporting it, up to you if u wanna fix it.
-
Updated
May 17, 2020 - TypeScript
Add native Expo Google API integration for login as a module next to WebBrowser implementation, e.g. auth/expo-google next to auth/google
Relevant docs:
https://docs.expo.io/versions/v31.0.0/sdk/google
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
Update Readme
The printed note should also indicate that pressing "w" will open the project in the browser.
React You can now view p01 in the browser.
Local: http://localhost:19006/
On Your Network: http://192.168.1.10:19006/
Note that the development build is not optimized.
› To create a production build, run expo build:web
› Press Ctrl+C to exit.
Expo Press ? to sho
"react-native-chart-kit": "^5.2.0",
"react-native-svg": "^12.0.3",
"react-native": "0.62.0",
Example:
<StackedBarChart
data={{
labels: ['Test1', 'Test2'],
legend: ['L1', 'L2', 'L3'],
data: [[60, 60, 60], [30, 30, 60]],
barColors: ['#dfe4ea', '#ced6e0', '#a4b0be'],
}}
height={220}
char
-
Updated
May 10, 2020 - JavaScript
Deep linking example
Describe the example you'd like
A simple example to utilize deep linking (maybe with React Navigation and if possible something like Firebase Dynamic Links?)
There was a question on Slack about this with some key subjects:
- issues with initially loading the app from external sou
-
Updated
Jan 6, 2020 - JavaScript
-
Updated
Apr 7, 2020 - JavaScript
It seems this function no longer exists, but unfortunately all the documentation still references it...including the readme of this project.
How should we create a renderer now?
-
Updated
May 22, 2020 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Oct 28, 2019 - Clojure
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
Right now, when the number of cigarettes is >50, we limit to show only 50 cigarettes:
https://github.com/amaurymartiny/shoot-i-smoke/blob/f1c67a4cf04d87d9bc82b3414453f582e8b18c46/App/components/Cigarettes/Cigarettes.tsx#L54-L55
However, it's 40 cigarettes and 180 cigarettes seem to have the same number of cigarettes:
<img src="https://user-images.githubusercontent.com/1293565/73891842-759fc58
When running the sketch example, I get this error:
<HOME>/github/expo/expo-pixi/examples/sketch/node_modules/expo/AppEntry.js: api.caller is not a function (While processing preset: "<HOME>/github/expo/expo-pixi/examples/sketch/node_modules/babel-preset-expo/index.js")
Failed building JavaScript bundle.
-
Updated
May 20, 2020 - TypeScript
-
Updated
May 22, 2020 - TypeScript
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."

Looks like app.json is hard-coded in jest-expo https://github.com/expo/expo/blob/d39095cd1b037bd54107a932b05d7261b219df58/packages/jest-expo/src/preset/createMockConstants.js#L47