examples
examples copied to clipboard
Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
It would be great to have an example of Expo launching a sample Unity game. [github.com/azesmway/react-native-unity](github.com/azesmway/react-native-unity) is a suggestion of plugin that allows you to embed a Unity project into...
Hi, First time PR to Expo. I believe the asset reference in uploadImageAsync was incorrect. Fixed that, added a basic image manipulation example, some more verbose logging and fixed a...
import React from 'react'; import { SafeAreaView, View, StyleSheet, Text } from 'react-native'; import { WebView } from 'react-native-webview'; export default function App() { return ( {/* User Board */}...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
I have noticed that when i take a picture in a bright light most times, my screen turns white requesting me to restart the app. Here is my hook `import...
Updates versions of Sentry, Expo & React Native.
**Describe the bug** When trying to run create command it fails due to incorrect dependencies **To Reproduce** ```npx create-expo-app -e with-nextjs``` **Expected behavior** No errors **Screenshots** If applicable, add screenshots...
Tchad235
{ "chapters": [ { "name": "Greetings", "words": [ {"english": "Hello", "french": "Bonjour", "arabic": "مرحبا", "chinese": "你好", "russian": "Привет"}, {"english": "Goodbye", "french": "Au revoir", "arabic": "إلى اللقاء", "chinese": "再见", "russian": "Пока"},...
This PR fixes the requirement for the current expo-camera, which has a Camera to CameraView component.