Skip to content

yangga/react-native-landscape-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
    );
}

About

Locked landscape orientation view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published