Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 790 Bytes

update-log.md

File metadata and controls

46 lines (33 loc) · 790 Bytes

0.0.1

  • 项目初始化

0.0.2

  • 新增eslint

0.0.3

  • 新增网络层
  • 新增读取.env功能
  • 新增 ~ 替代 /src目录功能
  • 新增new.js,可以在根目录下执行node new.js {filename},快速生成组件
  • 添加库
    • axios
    • metro-react-native-babel-preset
    • babel-plugin-module-resolver
    • react-native-dotenv
    • react-native-safe-area-context

0.0.4

  • 新增logo

0.0.5

  • 添加库
    • @react-native-community/async-storage
    • @react-navigation/bottom-tabs
    • @react-navigation/native
    • @react-navigation/stack
    • react-native-gesture-handler
    • react-native-screens
    • react-native-webview
    • @shopify/flash-list
    • react-native-fast-image
  • 新增header组件

0.0.6

  • TurboModule使用

0.0.7

  • jest使用