0.0.1 • Published 6 years ago

react-native-landscape-view v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

Intro

Locked landscape orientation view

Installation

npm i -S react-native-landscape-view

Usage

import LandscapeView from 'react-native-landscape-view';

...

render() {
    return (
        <LandscapeView>
            <WebView source={{
                uri:'https://google.com'
                }} />
        </LandscapeView>
    );
}
0.0.1

6 years ago