Skip to content

Commit 8a47c53

Browse files
author
Shawn Dempsey
committed
Revert changes to codegen config
1 parent 6d2faaa commit 8a47c53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ios/RNCAsyncStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#import <React/RCTInvalidating.h>
1212

1313
#ifdef RCT_NEW_ARCH_ENABLED
14-
#import <tmSpecs/tmSpecs.h>
14+
#import <rnasyncstorage/rnasyncstorage.h>
1515
#endif
1616

1717
#import "RNCAsyncStorageDelegate.h"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@
198198
]
199199
},
200200
"codegenConfig": {
201-
"name": "tmSpecs",
201+
"name": "rnasyncstorage",
202202
"type": "modules",
203-
"jsSrcsDir": "src",
203+
"jsSrcsDir": "./src",
204204
"android": {
205205
"javaPackageName": "com.reactnativecommunity.asyncstorage"
206206
}

0 commit comments

Comments
 (0)