ソースを参照

auto commit

app
jfinn 3年前
コミット
09f4b561fe
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      mdev/rn_capscreen.native.js

+ 2
- 2
mdev/rn_capscreen.native.js ファイルの表示

@@ -78,5 +78,5 @@ ModalExample.navigationOptions = {
78 78
   title: 'Modal',
79 79
 };
80 80
 
81
-// export default ModalExample;
82
-export {ModalExample};
81
+export default ModalExample;
82
+// export {ModalExample};

読み込み中…
キャンセル
保存