-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected reserved type string #38
Comments
@ghorbani-m I tried decoupling the projects an failed. Will try again in the weekend. |
I am having this error also. It is when I upgraded my RN version from 0.59.9 to 0.61.5 |
I installed https://www.npmjs.com/package/patch-package. |
I am having the same error on latest react-native version
|
same issue any progress here? |
tried this .... nothing changes its urgent for me دم شما گرم |
Error in SegmentedControl.js1- in vscode open /node_modules/react-native-common/src/components/SegmentedControl.js
3- In class Segment delete the following lines
4- build your project
5- Remember to redo this process every time running 'yarn install' or 'npm install' Or use https://www.npmjs.com/package/patch-package |
Same issue. Editing node_modules file is NOT a good option |
Also having this problem, with React version: 17.0.1. Getting the following error:
has anybody been able to solve this yet? |
i'm also having same issue AuthSignUpContainer.js: error: bundling failed: SyntaxError: Unexpected reserved type any. (14:31) 13 | type Props = {
can anyone help me! |
I upgraded to react-native 0.59.10 but bundling is failed:
`react-native-common\src\components\SegmentedControl.js: Unexpected reserved type string (20:30)
18 | static propTypes: {
19 | values: PropTypes.array,
The text was updated successfully, but these errors were encountered: