@pulseboard/react-native 0.4.7 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,9 +17,9 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm}"
18
18
  s.requires_arc = true
19
19
 
20
- # New Architecture install_modules_dependencies handles
21
- # React-Core, RCTRequired, RCTTypeSafety, ReactCommon,
22
- # React-NativeModulesApple and React-callinvoker automatically
20
+ # Link required Apple frameworks
21
+ s.frameworks = "Network", "CoreTelephony", "SystemConfiguration"
22
+
23
23
  install_modules_dependencies(s)
24
24
 
25
25
  s.pod_target_xcconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulseboard/react-native",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "Official PulseBoard SDK for React Native",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",