Files
react-native-reanimated/Example/index.js
Krzysztof Magiera cb0a2680a8 Initial commit.
2018-04-25 11:22:32 +02:00

5 lines
133 B
JavaScript

import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('ReanimatedExample', () => App);