Skip to content

Commit

Permalink
Remove unused import - resolves #336 (#365)
Browse files Browse the repository at this point in the history
* Remove unused import - resolves #336
* Update changelog
  • Loading branch information
nick42d authored May 3, 2024
1 parent 7aa1988 commit 69dd282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PR Title ([#123](link to my pr))

## 10.0.0-alpha.3

Fix: Remove unused import breaking react-native 0.74.0 ([#365](https://github.com/maplibre/maplibre-react-native/pull/365))
chore: resolve remaining dependabot ([#298](https://github.com/maplibre/maplibre-react-native/pull/298))
chore: update dev dependencies ([#262](https://github.com/maplibre/maplibre-react-native/pull/262))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.util.Log;

import com.facebook.react.bridge.Dynamic;
import com.facebook.react.bridge.DynamicFromMap;
import com.facebook.react.bridge.NoSuchKeyException;
import com.facebook.react.bridge.ReadableArray;
import com.facebook.react.bridge.ReadableMap;
Expand Down

0 comments on commit 69dd282

Please sign in to comment.