File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/android/src/main/java/com/airbnb/android/react/maps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Then add the AirGoogleMaps directory:
207207
208208https://github.com/airbnb/react-native-maps/blob/1e71a21f39e7b88554852951f773c731c94680c9/docs/installation.md#ios
209209
210- An unoffical step-by-step guide is also available at https://gist.github.com/heron2014/e60fa003e9b117ce80d56bb1d5bfe9e0
210+ An unofficial step-by-step guide is also available at https://gist.github.com/heron2014/e60fa003e9b117ce80d56bb1d5bfe9e0
211211
212212## Examples
213213
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public void execute (NativeViewHierarchyManager nvhm) {
8686 view .map .snapshot (new GoogleMap .SnapshotReadyCallback () {
8787 public void onSnapshotReady (@ Nullable Bitmap snapshot ) {
8888
89- // Convert image to requested width/height if neccesary
89+ // Convert image to requested width/height if necessary
9090 if (snapshot == null ) {
9191 promise .reject ("Failed to generate bitmap, snapshot = null" );
9292 return ;
You can’t perform that action at this time.
0 commit comments