Kaynağa Gözat

export NavigationToolBarIOS

Ran Greenberg 8 yıl önce
ebeveyn
işleme
68bdaaab7a
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      index.js

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

@@ -1,9 +1,11 @@
1 1
 import Navigation from './src/Navigation';
2 2
 import Screen from './src/Screen';
3 3
 import RctActivity from './src/modules/RctActivity';
4
+import { NavigationToolBarIOS } from 'react-native-controllers';
4 5
 
5 6
 export {
6 7
   Navigation,
7 8
   Screen,
8
-  RctActivity
9
+  RctActivity,
10
+  NavigationToolBarIOS
9 11
 };