Skip to content

Instantly share code, notes, and snippets.

@fivecar

fivecar/App.tsx Secret

Created September 16, 2021 23:29
Show Gist options
  • Save fivecar/5aaca5b99d37a011a5793be21b502c7d to your computer and use it in GitHub Desktop.
Save fivecar/5aaca5b99d37a011a5793be21b502c7d to your computer and use it in GitHub Desktop.
Sample code for react-native-maps crash on iOS when backgrounding
import React from 'react';
import MapView from 'react-native-maps';
const App = () => {
return <MapView style={{flex: 1}} mapType="standard" />;
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment