Skip to content

Commit aea2ed3

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent 7405bc2 commit aea2ed3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,10 @@ Yes, this library works with react-native also, currently it supports react-nati
421421
### Note:
422422
If you're using react-native then please add the following line of code in `index.js` of your project to avoid error in android devices.
423423

424-
`import "babel-polyfill"`
424+
```js
425+
import "core-js/es6/symbol";
426+
import "core-js/fn/symbol/iterator";
427+
```
425428

426429

427430
Let's make React Reactive Forms better! If you're interested in helping, all contributions are welcome and appreciated.

0 commit comments

Comments
 (0)