Skip to content

Commit 85eb766

Browse files
committed
fix: add missing components to codegen config (#69)
After I've bumped RN to 0.80 on main, we opted into new codegen API (just different structure of the config). Initial migration was done on `main` and did not take into account recently added components. This commit fixes that.
1 parent b926d7c commit 85eb766

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,18 @@
209209
},
210210
"RNSSearchBar": {
211211
"className": "RNSSearchBar"
212+
},
213+
"RNSStackScreen": {
214+
"className": "RNSStackScreenComponentView"
215+
},
216+
"RNSScreenStackHost": {
217+
"className": "RNSScreenStackHostComponentView"
218+
},
219+
"RNSBottomTabsScreen": {
220+
"className": "RNSBottomTabsScreenComponentView"
221+
},
222+
"RNSBottomTabs": {
223+
"className": "RNSBottomTabsHostComponentView"
212224
}
213225
}
214226
}

0 commit comments

Comments
 (0)