index.ios.js 137 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2
const { AppRegistry } = require("react-native");
const Simple = require("./src");
3
AppRegistry.registerComponent("Simple", () => Simple);