Skip to content
#

expo

Here are 2,192 public repositories matching this topic...

galio
leommh
leommh commented Feb 28, 2019

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

EvanBacon
EvanBacon commented Apr 1, 2020

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
bvanderhoof
bvanderhoof commented Apr 9, 2020

"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
examples
shoot-i-smoke
masaok
masaok commented Jul 4, 2019

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.

Curate this topic

Add this topic to your repo

To associate your repository with the expo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.