@ react-native-community / peek-and-pop
React Native组件,可在iOS上显示“偷看”和“流行”模式。
入门
安装
在项目根目录中打开一个终端,然后运行:
yarn add @react-native-community/peek-and-pop
或者,如果您使用npm :
npm install @react-native-community/peek-and-pop --save
连结中
该库包含本机代码,需要链接。 如果您使用的是React Native 0.60+,那么此步骤应该是全自动的。 否则,您需要使用以下方法之一链接库:
大多是自动链接
# RN >= 0.60
npx pod-install
# RN < 0.60
react-native link @react-native-community/peek-and-
1