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 48baf9c commit efdf859Copy full SHA for efdf859
packages/react-native/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 0.2.1
2
+
3
+- update the React-Native SDK Android native libraries with 16KB support (#355)
4
+- set JavaCrashHandler as Android default (#355)
5
6
# Version 0.2.0
7
8
- update `@backtrace/sdk-core` to `0.6.0`
packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@backtrace/react-native",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Backtrace-Javascript React-Native integration",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments