Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.0.12](https://github.com/gitamego/react-native-expofp/compare/1.0.11...1.0.12) - 2025-04-28
- feat(android): comments for android location by @arys in https://github.com/gitamego/react-native-expofp/pull/32

## [1.0.11](https://github.com/gitamego/react-native-expofp/compare/1.0.10...1.0.11) - 2025-04-28
- fix(android): expo fpplan view by @arys in https://github.com/gitamego/react-native-expofp/pull/29
- fix(ios): disable background by default by @arys in https://github.com/gitamego/react-native-expofp/pull/31
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-expofp",
"version": "1.0.11",
"version": "1.0.12",
"description": "React Native library for displaying expo plans",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down