mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-04-26 05:25:09 +08:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('ReanimatedExample', () => App);
|