You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add findNativeComponentType fn to parsers-commons.js
Add below fn which unifies the `defaultExports.forEach(statement => ..`
behaviors between Flow & TS:
- `findNativeComponentType` : This function is used to find the type of
a native component provided the default exports statement from generated AST.
0 commit comments