expo
Here are 2,499 public repositories matching this topic...
We should use https://github.com/jonschlinkert/parse-github-url to intelli
I noticed that if I just copy the code in: https://galio.io/docs/#/components/switch
<Switch
value={this.state["switch-1"]}
onValueChange={() => this.toggleSwitch("switch-1")}
/>
It throws an error saying that onChange is undefined. I think it would be a good to provide documentation that you would need onChange along with onValueChange. Unless I was implementing it wrong?
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
When clicking on an input, it pushes everything into the top..
just reporting it, up to you if u wanna fix it.
-
Updated
Jul 4, 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
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
Jun 7, 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
Jul 7, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
Hi all,
Using the latest version of expo-three and expo-gl results in a blank screen when a component using ExpoTHREE is imported on a Bare app with Expo 35.
I've created a demo repo here: https://github.com/chalarlie/glview-demo
Removing the ExpoTHREE import in GLViewTest.js results in seeing content. Leaving it in results in a blank screen.
Here are my dependencies:
"expo":
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Oct 28, 2019 - Clojure
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Mar 27, 2019 - 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.
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