Update example app for RN 0.35, fix Gmaps bug for 0.35#695
Update example app for RN 0.35, fix Gmaps bug for 0.35#695spikebrehm merged 2 commits intomasterfrom
Conversation
|
cc: @christopherdro |
|
Hello, I am trying to display a simple map on my app with react native. But still got the error. So this is my step that I got the error.
export default class mapPlay1 extends Component { const styles = StyleSheet.create({ AppRegistry.registerComponent('mapPlay1', () => mapPlay1);
Can you please help? How can I make the map display? Thank you |
|
@Peakdrum can you verify that you're using |
|
and also |
Update example app for RN 0.35, fix Gmaps bug for 0.35
Update the example app for RN 0.35.0.
Also fix the same bug that #680 fixes but for
AIRGoogleMapMarker.Also update the React dependency to 15.3.1, which is required for RN => 0.34.
to: @lelandrichardson @gilbox @felipecsl