Skip to content

Commit d9ad587

Browse files
committed
chore: update CHANGELOG for version 2.0.1 release
1 parent c251c24 commit d9ad587

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.0.1
2+
- Added support for React Native New Architecture through interop. **WARNING**:
3+
As support for the New Architecture is through interop, developers should use
4+
this at their own risk.
5+
- React Native support updated to 0.79.3
6+
7+
### Fixes
8+
- Removed preinstall script from package.json (17199b3)
9+
- Disabled empty body warnings in Podfile build settings (40f3c8f)
10+
- Removed pod lockfile as the dependencies change depending on whether it is new
11+
arch (19c8c90)
12+
- Updated Babel and Jest configurations for React Native 0.79.3 support
13+
(56584b5)
14+
- Removed duplicate methods as it prevents rendering in new arch (b7f0c71)
15+
116
## 2.0.0
217

318
GA release. No changes from 2.0.0-beta.1.

0 commit comments

Comments
 (0)