Skip to content

Commit a5bd488

Browse files
websoptimizationwebsoptimization
authored andcommitted
solving error of adding example
1 parent 9cfb699 commit a5bd488

File tree

3 files changed

+8544
-2
lines changed

3 files changed

+8544
-2
lines changed

example/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @format
33
*/
44

5-
//import {AppRegistry} from 'react-native';
5+
import {AppRegistry} from 'react-native';
66
import App from './App';
77

8-
//AppRegistry.registerComponent(appName, () => App);
8+
AppRegistry.registerComponent('DashedProgress', () => App);

0 commit comments

Comments
 (0)