Skip to content

Commit

Permalink
fix: android example crashing on launch (#372)
Browse files Browse the repository at this point in the history
* fix: android example crashing on launch
ReactNativeFlipper.initializeFlipper is no longer required
* chore: update changelog
  • Loading branch information
tyrauber authored May 28, 2024
1 parent 0ea35c4 commit aeef5c3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 93 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))
```

Fix: [android example crashing](https://github.com/maplibre/maplibre-react-native/pull/372) on launch

## 10.0.0-alpha.4
Update maplibre-native to use [new metal renderer on iOS](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.4.0)

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ public ReactNativeHost getReactNativeHost() {
public void onCreate() {
super.onCreate();
SoLoader.init(this, /* native exopackage */ false);
ReactNativeFlipper.initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
}
}

This file was deleted.

0 comments on commit aeef5c3

Please sign in to comment.