@secondts/bark-react-native 0.4.0 → 0.4.2

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.
Files changed (27) hide show
  1. package/BarkReactNative.podspec +2 -2
  2. package/README.md +1 -1
  3. package/cpp/generated/bark.cpp +109 -0
  4. package/cpp/generated/bark.hpp +6 -0
  5. package/lib/commonjs/generated/bark-ffi.js.map +1 -1
  6. package/lib/commonjs/generated/bark.js +74 -0
  7. package/lib/commonjs/generated/bark.js.map +1 -1
  8. package/lib/module/generated/bark-ffi.js.map +1 -1
  9. package/lib/module/generated/bark.js +74 -0
  10. package/lib/module/generated/bark.js.map +1 -1
  11. package/lib/typescript/commonjs/src/generated/bark-ffi.d.ts +6 -0
  12. package/lib/typescript/commonjs/src/generated/bark-ffi.d.ts.map +1 -1
  13. package/lib/typescript/commonjs/src/generated/bark.d.ts +47 -0
  14. package/lib/typescript/commonjs/src/generated/bark.d.ts.map +1 -1
  15. package/lib/typescript/module/src/generated/bark-ffi.d.ts +6 -0
  16. package/lib/typescript/module/src/generated/bark-ffi.d.ts.map +1 -1
  17. package/lib/typescript/module/src/generated/bark.d.ts +47 -0
  18. package/lib/typescript/module/src/generated/bark.d.ts.map +1 -1
  19. package/package.json +10 -4
  20. package/src/generated/bark-ffi.ts +14 -0
  21. package/src/generated/bark.ts +173 -0
  22. package/ios/generated/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +0 -2321
  23. package/ios/generated/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +0 -2761
  24. package/ios/generated/build/generated/ios/FBReactNativeSpecJSI-generated.cpp +0 -2923
  25. package/ios/generated/build/generated/ios/FBReactNativeSpecJSI.h +0 -7718
  26. package/ios/generated/build/generated/ios/RCTModulesConformingToProtocolsProvider.h +0 -18
  27. package/ios/generated/build/generated/ios/RCTModulesConformingToProtocolsProvider.mm +0 -33
@@ -1,18 +0,0 @@
1
- /*
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- #import <Foundation/Foundation.h>
9
-
10
- @interface RCTModulesConformingToProtocolsProvider: NSObject
11
-
12
- +(NSArray<NSString *> *)imageURLLoaderClassNames;
13
-
14
- +(NSArray<NSString *> *)imageDataDecoderClassNames;
15
-
16
- +(NSArray<NSString *> *)URLRequestHandlerClassNames;
17
-
18
- @end
@@ -1,33 +0,0 @@
1
- /*
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- #import "RCTModulesConformingToProtocolsProvider.h"
9
-
10
- @implementation RCTModulesConformingToProtocolsProvider
11
-
12
- +(NSArray<NSString *> *)imageURLLoaderClassNames
13
- {
14
- return @[
15
-
16
- ];
17
- }
18
-
19
- +(NSArray<NSString *> *)imageDataDecoderClassNames
20
- {
21
- return @[
22
-
23
- ];
24
- }
25
-
26
- +(NSArray<NSString *> *)URLRequestHandlerClassNames
27
- {
28
- return @[
29
-
30
- ];
31
- }
32
-
33
- @end