name-q / react-native-ts-falsework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-ts-falsework

Determine the Java path

android/gradle.properties

org.gradle.java.home=

Windows system \Change to//

react-native-config

Global variableal variable

babel-plugin-module-resolver

Absolute path

react-native-vector-icons

https://oblador.github.io/react-native-vector-icons/

react-navigation stack & bottom-tabs & material-top-tabs

index -->

stack1:

​ {

​ bottomTabs1 :{

​ topTabs1, topTabs2, topTabs3, topTabs4

​ }

​ ,bottomTabs2

​ ,bottomTabs3

​ ,bottomTabs4

​ }

, stack2

, stack3:

​ {

​ drawer:{

​ drawer1,drawer2,drawer3

​ }

​ }

redux + action.commonChange

action.commonChange change store

main:{params1,params2,params3...}

​ action.commonChange([

​ { paths: 'main.params1', value: 1 },

​ { paths: 'main.params2', value: [2] },

​ { paths: 'main.params3', value: 'value3' }

​ ])

​ action.commonChange('main.params1', 'value1');

mitt

About


Languages

Language:TypeScript 59.6%Language:Java 17.9%Language:Objective-C 11.4%Language:JavaScript 7.5%Language:Ruby 2.0%Language:Starlark 1.5%Language:Shell 0.1%