1.0.5 • Published 5 years ago

native-base-force-ios v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

native-base-force-ios

"iOS is better than Android." - Albert Einstein

This package will force NativeBase to use the iOS style on Android.

Must be used with React Navigation by wrapping the return content of the initial route (first screen) with the ForceIOS component. The initial route is specified with the initialRouteName parameter inside the stack navigator.

import ForceIOS from 'native-base-force-ios';

class FirstScreen extends React.Component {
  render() {
    return (
      <ForceIOS>
      // FirstScreen content
      </ForceIOS>
    );
  }
}
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago