GeekyAnts / GeekyAnts/NativeBase

Error node_modules/native-base/src/hooks/useThemeProps/propsFlattener.tsx: Unexpected token, expected "]" (101:16)

Open
#4,516 7 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.