Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

The development server returned response error code: 500 #5

Closed
ghost opened this issue Aug 28, 2017 · 5 comments
Closed

The development server returned response error code: 500 #5

ghost opened this issue Aug 28, 2017 · 5 comments

Comments

@ghost
Copy link

ghost commented Aug 28, 2017

screenshot_1503898288

@douglasjunior
Copy link
Owner

douglasjunior commented Aug 28, 2017

I still do not know why, but in the newer versions of React Native its starting with babel-preset-react-native version 3.0.0 or 2.0.1.

These versions do not support some of the features we're used. To solve, just update to version 2.1.0. See facebook/react-native#15513

yarn add babel-preset-react-native@2.1.0

Or

npm install --save babel-preset-react-native@2.1.0

@ghost
Copy link
Author

ghost commented Sep 1, 2017

fixed my issue! Thx @douglasjunior !

@mehtapcelik284
Copy link

My app's problem was solved too.
Thanks a lot @douglasjunior !

@psobhanlo
Copy link

Thanks a lot @douglasjunior ! solved
npm install --save babel-preset-react-native@2.1.0

@maniyarpayal
Copy link

@psobhanlo million Thanks! This solves my issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants