cdslibrary 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +6 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { registerRootComponent } from 'expo';
|
|
1
|
+
// import { registerRootComponent } from 'expo';
|
|
2
2
|
|
|
3
|
-
import App from './App';
|
|
3
|
+
// import App from './App';
|
|
4
4
|
|
|
5
|
-
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
|
|
6
|
-
// It also ensures that whether you load the app in Expo Go or in a native build,
|
|
7
|
-
// the environment is set up appropriately
|
|
8
|
-
registerRootComponent(App);
|
|
5
|
+
// // registerRootComponent calls AppRegistry.registerComponent('main', () => App);
|
|
6
|
+
// // It also ensures that whether you load the app in Expo Go or in a native build,
|
|
7
|
+
// // the environment is set up appropriately
|
|
8
|
+
// registerRootComponent(App);
|
|
9
9
|
|
|
10
10
|
export {CDSBottomSheet} from './components/CDSBottomSheet';
|
|
11
11
|
export {CDSButton} from './components/CDSButton';
|