-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current version not compatible with RN < 0.44 (ViewPropTypes) #1473
Comments
paulmasters
pushed a commit
to paulmasters/react-native-maps
that referenced
this issue
Jul 13, 2017
christopherdro
pushed a commit
that referenced
this issue
Aug 28, 2017
pjaraherrera
pushed a commit
to pjaraherrera/react-native-maps
that referenced
this issue
Sep 27, 2017
sorodrigo
pushed a commit
to Vizzuality/react-native-maps
that referenced
this issue
Oct 23, 2017
…into upstream-update * 'master' of https://github.com/airbnb/react-native-maps: v0.17.0 Update index.d.ts v0.16.4 [MapMarker] fix android release crash on custom marker (react-native-maps#1643) Add support for animateToViewingAngle and animateToBearing for Android Bump 0.16.3 Revert "[MapView] revert initialRegion change (react-native-maps#1613)" [MapView] revert initialRegion change (react-native-maps#1613) Added missing satellite option for iOS Google Maps (react-native-maps#1603) Remove legalNotice from android AirMapModule As per https://developers.google.com/android/reference/com/google/android/gms/common/GooglePlayServicesUtil this information does not need to be displayed in app. Set initial region on view (react-native-maps#1579) Added Typescript Definitions Updated "showsIndoorLevelPicker" documentation. Added [iOS / Google Maps] support for showsIndoorLevelPicker. Fall back to View.propTypes if ViewPropTypes is not available (react-native-maps#1473) (react-native-maps#1474) fixe mistakes on circle.md (react-native-maps#1584) Add support for AirMap (Native IOS Maps) as suggested on the PR comments. Adds support to animateToBearing and animateToViewingAngle functions on IOS. fix rare android crashes when map size is 0 Remove caret from "react": "^16.0.0-alpha.12"
I recently made a fresh example build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ViewPropTypes replaced View.PropTypes in (I think) RN 0.44
The peerDependency in the package.json says it's compatible with >=0.40 which is wrong.
Would it be possible to test for the existence of ViewPropTypes, and fall back to View.PropTypes to still support older versions?
The text was updated successfully, but these errors were encountered: