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
e4dd4768b7 Style tab navigation. 2020-03-28 16:45:18 +05:30
6a6795c7fb Add basic working model using react-native-tab-view. 2020-03-26 04:05:50 +05:30

View File

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