We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2faaa commit 8a47c53Copy full SHA for 8a47c53
ios/RNCAsyncStorage.h
@@ -11,7 +11,7 @@
11
#import <React/RCTInvalidating.h>
12
13
#ifdef RCT_NEW_ARCH_ENABLED
14
-#import <tmSpecs/tmSpecs.h>
+#import <rnasyncstorage/rnasyncstorage.h>
15
#endif
16
17
#import "RNCAsyncStorageDelegate.h"
package.json
@@ -198,9 +198,9 @@
198
]
199
},
200
"codegenConfig": {
201
- "name": "tmSpecs",
+ "name": "rnasyncstorage",
202
"type": "modules",
203
- "jsSrcsDir": "src",
+ "jsSrcsDir": "./src",
204
"android": {
205
"javaPackageName": "com.reactnativecommunity.asyncstorage"
206
}
0 commit comments