0.0.5 • Published 1 year ago

hybrid-navigation-overlay v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

hybrid-navigation-overlay

Native infrastructure for implementing floating UI for React Native.

Installation

yarn add hybrid-navigation-overlay

iOS

pod install

Andriod

在你的项目更目录下添加或修改 react-native.config.js 文件,内容如下:

// react-native.config.js
module.exports = {
  dependencies: {
    'hybrid-navigation-overlay': {
      platforms: {
        android: {
          packageInstance: 'new OverlayPackage(getReactNativeHost())',
        },
      },
    },
  },
}
0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago