Skip to content

Commit

Permalink
Fix onclick behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
sourobrata committed Mar 20, 2022
1 parent 917a03b commit 66a3347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RNNearbee.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Pod::Spec.new do |s|
s.dependency 'React-RCTNetwork'
s.dependency 'React-RCTText'

s.dependency 'NearBee', '~>0.4.7'
s.dependency 'NearBee', '~>0.4.8'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 x86_64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 x86_64' }
end
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-nearbee",
"version": "3.3.8",
"version": "3.4.0",
"description": "NearBee SDK for your react native applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 66a3347

Please sign in to comment.