0.1.11 • Published 6 years ago

react-native-top-modal v0.1.11

Weekly downloads
5
License
MIT
Repository
-
Last release
6 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

6 years ago

0.1.10

6 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago