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