Kaynağa Gözat

Added Screen to module exports

Yedidya Kennard 8 yıl önce
ebeveyn
işleme
24b4756414
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      src/index.js

+ 3
- 1
src/index.js Dosyayı Görüntüle

@@ -1,7 +1,9 @@
1 1
 import Navigation from './Navigation';
2
+import Screen from './Screen';
2 3
 import {NavigationToolBarIOS} from 'react-native-controllers';
3 4
 
4 5
 module.exports = {
5 6
   Navigation,
6
-  NavigationToolBarIOS
7
+  NavigationToolBarIOS,
8
+  Screen
7 9
 };