1
0
mirror of https://gitlab.com/ceda_ei/sonzai.git synced 2025-10-23 20:20:06 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
e151e51eb0 Enable Hermes 2020-03-28 23:04:56 +05:30
6eadc6739f Replace BottomNavigation with react-native-tab-view.
Squashed commit of the following:

commit e4dd4768b7
Author: Ceda EI <ceda_ei@webionite.com>
Date:   Sat Mar 28 16:45:18 2020 +0530

    Style tab navigation.

commit 6a6795c7fb
Author: Ceda EI <ceda_ei@webionite.com>
Date:   Thu Mar 26 04:05:50 2020 +0530

    Add basic working model using react-native-tab-view.
2020-03-28 18:18:49 +05:30

View File

@@ -77,7 +77,7 @@ import com.android.build.OutputFile
project.ext.react = [
entryFile: "index.js",
enableHermes: false, // clean and rebuild if changing
enableHermes: true, // clean and rebuild if changing
]
apply from: "../../node_modules/react-native/react.gradle"