README
arcal-rn-compat
Warnings: This is NOT for public use.
I know there is a "private package" option but I'm too poor to do that.
Simple usage
First step:
npm install arcal-rn-compat
Second step:
import { NavigatorIOS } from "arcal-rn-compat";
// ...your code
Third step if you want (Recommended):
npm uninstall arcal-rn-compat
Changelog
v1.0.13
Added react-native-web support for SafeAreaView
.
v1.0.12
Added react-native-web support!
v1.0.11
Now pages in NavigatorIOS
updates when rotate screen...
v1.0.10
When orientation changes, the component will now update.
v1.0.9
Minor fixes...
v1.0.8
Typo?!??!??!?!?
v1.0.7
Fix navigating glitch caused by slow responding... my bad.
v1.0.6
Really? Again?
v1.0.5
Small patch related to navigator buttons.
v1.0.4
Added compat views to the export!
Now you can access compat view by using NavigatorCompat
instead of NavigatorIOS
,
TabBarCompat
instead ofTabBarIOS
, etc.
v1.0.3
Believe it or not, AGAIN.
v1.0.2
Again.
v1.0.1
Well, my first publish always makes mistakes. Duplicate dependencies issue.
v1.0.0
Initial publish to NPM!