GeekyAnts / GeekyAnts/NativeBase
Error node_modules/native-base/src/hooks/useThemeProps/propsFlattener.tsx: Unexpected token, expected "]" (101:16)
Open
stale
v3
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
My react native version : `0.62.1`
native base version : `3.2.2`
i had remove and re install the node_modules but always got the same error
`
node_modules/native-base/src/hooks/useThemeProps/propsFlattener.tsx: Unexpected token, expected "]" (101:16)
99 | type ExtractState = {
100 | // @ts-ignore
> 101 | [P in keyof T as T[P]['respondTo']]?: boolean;
102 | };
103 | export type IStateProps = ExtractState;
104 |
`
Contributor guide
Assessment
This issue has not been assessed yet.