diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-04-16 12:01:39 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-04-16 12:01:39 +0200 |
| commit | c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9 (patch) | |
| tree | ddd20a989d7c5b0fc9cae12724970d69976f889c /app/index.android.js | |
| parent | c9f2ec62790a62e674b1252a6a18dec451d17bf3 (diff) | |
| parent | 898dd74e5ac86dac2638dc26975b22a9fb0392d4 (diff) | |
| download | mullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.tar.xz mullvadvpn-c92ea97d9180fe05ab1adb35a4af0bcb19b12ec9.zip | |
Merge branch 'rn-compatibility'
Diffstat (limited to 'app/index.android.js')
| -rw-r--r-- | app/index.android.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/index.android.js b/app/index.android.js new file mode 100644 index 0000000000..1e9594a1c9 --- /dev/null +++ b/app/index.android.js @@ -0,0 +1,6 @@ +import React from 'react'; +import RX from 'reactxp'; +import App from './App'; + +RX.App.initialize(true, true); +RX.UserInterface.setMainView(<App />);
\ No newline at end of file |
