Skip to content

Jmeza081/react-native-segment-menu

Repository files navigation

react-native-segment-menu

code style: prettier [npm version]

Features

  • Cross-platform
  • Javascript only
  • Fully Customizable
  • Animated via react-native-animatable as a peer-dependency

Demo

iOS Android
ios_example android_example

Installation

npm install packageName

or

yarn add packageName

Usage

[Code Sample of basic usage]

Looking for the code to the demo provided? See the example/ directory for the source code.

Prop Types

Name Type Description Default Value
valueName bool A Boolean Value which dictates x or y true

FAQ

How do I do x?

[Answer to question]

Setting Up Development Environment

Due to a long standing issue react-native's move to Metro bundler, the following work around is necessary to test this package locally. You can read more about the underlying issue from (here).

  1. yarn link within the dev npm project root directory.
  2. yarn link react-native-segment-menu within the example root directory.
  3. yarn start-dev to start packager with custom config

Contributing

[Link to Guidelines]