We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c251c24 commit d9ad587Copy full SHA for d9ad587
CHANGELOG.md
@@ -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
16
## 2.0.0
17
18
GA release. No changes from 2.0.0-beta.1.
0 commit comments