@cloudflare/realtimekit-react-native 0.2.1-staging.2 → 0.2.1-staging.3
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/android/src/main/java/com/cloudflare/realtimekit/RTKHelperModule.java +5 -1
- package/lib/commonjs/utils/version.js +1 -1
- package/lib/commonjs/utils/version.js.map +1 -1
- package/lib/module/utils/version.js +1 -1
- package/lib/module/utils/version.js.map +1 -1
- package/lib/typescript/utils/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -29,7 +29,11 @@ import java.util.HashMap;
|
|
|
29
29
|
|
|
30
30
|
import com.cloudflare.realtimekit.RTKHolder;
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
/*
|
|
33
|
+
* RTKHelper here was renamed from RTKHelperModule to match the module name returned from getName()
|
|
34
|
+
* Keeping different namings in React Module definition & getName() breaks in Expo with newArchitecture enabled
|
|
35
|
+
*/
|
|
36
|
+
@ReactModule(name = "RTKHelper")
|
|
33
37
|
public class RTKHelperModule extends ReactContextBaseJavaModule {
|
|
34
38
|
|
|
35
39
|
private final ReactApplicationContext reactContext;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["SDK_VERSION","exports"],"sources":["version.ts"],"sourcesContent":["export const SDK_VERSION = '0.2.1-staging.
|
|
1
|
+
{"version":3,"names":["SDK_VERSION","exports"],"sources":["version.ts"],"sourcesContent":["export const SDK_VERSION = '0.2.1-staging.3';\n"],"mappings":";;;;;;AAAO,MAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG,iBAAiB","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const SDK_VERSION = '0.2.1-staging.
|
|
1
|
+
export const SDK_VERSION = '0.2.1-staging.3';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["SDK_VERSION"],"sources":["version.ts"],"sourcesContent":["export const SDK_VERSION = '0.2.1-staging.
|
|
1
|
+
{"version":3,"names":["SDK_VERSION"],"sources":["version.ts"],"sourcesContent":["export const SDK_VERSION = '0.2.1-staging.3';\n"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG,iBAAiB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.2.1-staging.
|
|
1
|
+
export declare const SDK_VERSION = "0.2.1-staging.3";
|