Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9c97704

Browse files
committed
link to babel-preset-react-native-stage-0
1 parent bad61c8 commit 9c97704

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -431,20 +431,7 @@ class MyApp extends Component {
431431
}
432432
```
433433

434-
*NOTE: Decorators are not yet supported in Babel 6.x pending proposal update.* You may need to enable it by doing the following:
435-
- Install the [`babel-preset-react-native-stage-0` package](https://github.com/skevy/babel-preset-react-native-stage-0)
436-
437-
```
438-
npm install babel-preset-react-native-stage-0 --save-dev
439-
```
440-
441-
- In your `.babelrc` file, include the following:
442-
443-
```
444-
{
445-
"presets": ["react-native-stage-0/decorator-support"]
446-
}
447-
```
434+
*NOTE: Decorators are not yet supported in Babel 6.x pending proposal update.* You may need to enable it by installing and using [babel-preset-react-native-stage-0](https://github.com/skevy/babel-preset-react-native-stage-0#babel-preset-react-native-stage-0).
448435

449436
If an update is available, it will be silently downloaded, and installed the next time the app is restarted (either explicitly by the end user or by the OS), which ensures the least invasive experience for your end users. If an available update is mandatory, then it will be installed immediately, ensuring that the end user gets it as soon as possible.
450437

0 commit comments

Comments
 (0)