Skip to content

Commit

Permalink
refactor(react-native-ble-plx): use built-in config plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 19, 2024
1 parent 1ade1e8 commit 8745145
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 815 deletions.
2 changes: 1 addition & 1 deletion apps/react-native-ble-plx/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ble-plx",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=072462",
"plugins": [
"@config-plugins/react-native-ble-plx"
"react-native-ble-plx"
]
}
}
3 changes: 1 addition & 2 deletions apps/react-native-ble-plx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"android": "expo run:android"
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "*",
"expo": "^50.0.2",
"expo-splash-screen": "~0.26.3",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-ble-plx": "^2.0.3"
"react-native-ble-plx": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-ble-plx/.eslintrc.js

This file was deleted.

47 changes: 0 additions & 47 deletions packages/react-native-ble-plx/CHANGELOG.md

This file was deleted.

56 changes: 0 additions & 56 deletions packages/react-native-ble-plx/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/react-native-ble-plx/app.plugin.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/react-native-ble-plx/build/withBLE.d.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/react-native-ble-plx/build/withBLE.js

This file was deleted.

35 changes: 0 additions & 35 deletions packages/react-native-ble-plx/build/withBLEAndroidManifest.d.ts

This file was deleted.

91 changes: 0 additions & 91 deletions packages/react-native-ble-plx/build/withBLEAndroidManifest.js

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions packages/react-native-ble-plx/build/withBLEBackgroundModes.js

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions packages/react-native-ble-plx/build/withBluetoothPermissions.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/react-native-ble-plx/jest.config.js

This file was deleted.

Loading

0 comments on commit 8745145

Please sign in to comment.