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