0.1.11 • Published 5 years ago

react-native-top-modal v0.1.11

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

react-native-top-modal

A component upon all views include keyboard for react native.

Installation

$ npm install react-native-top-modal --save
$ react-native link react-native-top-modal

Usage

import RNTopModal from 'react-native-top-modal';

export default class App extends Component<{}> {
  render() {
    return (
      <RNTopModal style={styles.modal}>
        <TouchableOpacity
          style={styles.button}
          onPress={this._hideModal}>
          <Text>
            Hide Modal
          </Text>
        </TouchableOpacity>
      </RNTopModal>
    )
  }
}
0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago