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.
Files changed (2) hide show
  1. package/index.js +6 -6
  2. 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';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",