Skip to content

Commit a6f0546

Browse files
committed
export ExampleScreenPresenter for external use
1 parent 15b65cb commit a6f0546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ I18nManager.allowRTL(true);
55

66
module.exports = {
77
name: 'unicorn demo app',
8+
ExampleScreenPresenter: require('./screens/ExampleScreenPresenter')
89
};

0 commit comments

Comments
 (0)