Skip to content

Commit

Permalink
Remove deprecated react-native.config.js breaking builds in RN 0.69.0…
Browse files Browse the repository at this point in the history
… because they messed up
  • Loading branch information
transistorsoft-pkg committed Jun 28, 2022
1 parent d0827aa commit 2abd53a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 530 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [4.1.1] — 2022-06-28
* Fix issue for react-native 0.69: They made a breaking change with the old, unused react-native.config.js, causing builds to fail. Simply delete the file `react-native.config.js`.

## [4.1.0] — 2022-04-06
* [Android] Add new permission required for Android 12: android.permission.SCHEDULE_EXACT_ALARM

## [4.0.5] — 2022-02-10
* [Fixed][iOS] Remove obsolete `__has_include("RCTEventEmitter.h")` code which was breaking Expo apps.

Expand Down
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-background-fetch",
"version": "4.1.0",
"version": "4.1.1",
"description": "iOS & Android BackgroundFetch API implementation for React Native",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -21,12 +21,6 @@
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-fetch/issues"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-background-fetch/scripts/postlink.js",
"postunlink": "node node_modules/react-native-background-fetch/scripts/postunlink.js"
}
},
"homepage": "https://transistorsoft.github.io/react-native-background-fetch",
"peerDependencies": {
"react-native": ">=0.28.0"
Expand Down
10 changes: 0 additions & 10 deletions react-native.config.js

This file was deleted.

152 changes: 0 additions & 152 deletions scripts/postlink.js

This file was deleted.

142 changes: 0 additions & 142 deletions scripts/postunlink.js

This file was deleted.

Loading

0 comments on commit 2abd53a

Please sign in to comment.