react-native-firework-sdk 2.17.0-beta.6 → 2.17.0-beta.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "2.17.0-beta.6",
3
+ "version": "2.17.0-beta.7",
4
4
  "description": "Firework React Native SDK",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -1,13 +0,0 @@
1
- //
2
- // react_native_firework_sdk.h
3
- // react-native-firework-sdk
4
- //
5
- // Created by Jeff Zheng on 2022/2/8.
6
- //
7
-
8
- #ifndef react_native_firework_sdk_h
9
- #define react_native_firework_sdk_h
10
-
11
- #import <React/RCTConvert.h>
12
-
13
- #endif /* react_native_firework_sdk_h */