Skip to content

Commit 02cf7c9

Browse files
committed
Optimizations and bug fixes
1 parent c5c12ff commit 02cf7c9

File tree

4 files changed

+7
-12015
lines changed

4 files changed

+7
-12015
lines changed

RNNearbee.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Pod::Spec.new do |s|
2525
s.dependency 'React-RCTNetwork'
2626
s.dependency 'React-RCTText'
2727

28-
s.dependency 'NearBee', '0.4.0'
28+
s.dependency 'NearBee', '~>0.4.1'
2929
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nearbee",
3-
"version": "3.3.0",
3+
"version": "3.3.2",
44
"description": "NearBee SDK for your react native applications",
55
"main": "index.js",
66
"scripts": {

sample_app/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PODS:
2020
- DoubleConversion
2121
- glog
2222
- glog (0.3.5)
23-
- NearBee (0.4.0):
23+
- NearBee (0.4.1):
2424
- EddystoneScanner
2525
- Socket.IO-Client-Swift
2626
- Permission-BluetoothPeripheral (2.1.5):
@@ -259,8 +259,8 @@ PODS:
259259
- React-jsi (= 0.63.2)
260260
- RNCAsyncStorage (1.6.2):
261261
- React
262-
- RNNearBee (3.2.0-beta.2):
263-
- NearBee (= 0.4.0)
262+
- RNNearBee (3.3.3):
263+
- NearBee (~> 0.4.1)
264264
- React-Core
265265
- React-cxxreact
266266
- React-RCTAnimation
@@ -402,7 +402,7 @@ SPEC CHECKSUMS:
402402
FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a
403403
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
404404
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
405-
NearBee: 05cd6aa84b07bfecb2cd12b314f8cf96a2a31198
405+
NearBee: e8465d66bb90bf04c748ebc0c35029e1b7e1b525
406406
Permission-BluetoothPeripheral: 4663a8373072abfe3099c44cb06bf10b0c16c110
407407
Permission-LocationAlways: 155e6251b757b380f6354737cae8e8d59c472495
408408
Permission-LocationWhenInUse: 3624cf08c12c6019926aba3054efee7f4f8ee91e
@@ -428,7 +428,7 @@ SPEC CHECKSUMS:
428428
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
429429
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
430430
RNCAsyncStorage: 60a80e72d95bf02a01cace55d3697d9724f0d77f
431-
RNNearBee: 0544830d3768414091831453602ea2c859164436
431+
RNNearBee: 29a05b816cb27bed20e906e17b2f927db5fb6a1d
432432
RNPermissions: ad71dd4f767ec254f2cd57592fbee02afee75467
433433
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
434434
Socket.IO-Client-Swift: 1e3e3a1f09f3312a167f0d781eb2f383d477357c

0 commit comments

Comments
 (0)