Skip to content
#

expo

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

galio
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
chalarlie
chalarlie commented Oct 16, 2019

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":
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.