react native popup navigation 源码
安装 在项目根目录中打开一个终端,然后运行: yarn add react-native-popup-navigation 安装并链接 用法 航海家 import React from 'react' import { Navigator } from 'react-native-popup-navigation' import { Dimensions } from 'react-native' import Home from './home' import Popup from './pop_up' const { height } = Dimensions . get ( 'window' ) export default ( ) => { return ( < Navigator pages = { [ { screen : Home , props
文件列表
react-native-popup-navigation-master.zip
(预估有个37文件)
react-native-popup-navigation-master
package.json
901B
gifs
test1.mp4
7.37MB
2.gif
49.57MB
1.gif
24.3MB
src
commonjs
index.js
550B
index.js.map
238B
暂无评论