MobX 是一款精准的状态管理工具库,如果你在 React 和 React Native 应用中使用过 Flux、Alt、Redux 和 Reflux,那毫不犹豫地说,MobX 的简单性将成为你状态管理的不二之选...1.npm i mobx mobx-react --save //引入mobx
2.npm i babel-plugin-transform-decorators-legacy babel-preset-react-native-stage...import React, { Component } from 'react'
import { View, Text, TextInput, TouchableHighlight, StyleSheet...} from 'react-native'
import {observer} from 'mobx-react/native'
import NewItem from '....import React, { Component } from 'react'
import { View, Text, StyleSheet, TextInput, TouchableHighlight