File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ ##2 .1.0
2+ ### Updates
3+ * SDK is now compatible with both New Architecture and Legacy Architecture. Fix
4+ for #691 , #602 , #563 .
5+
6+ ### Fixes
7+ * Dependencies update
8+
19## 2.1.0-beta.1
210
3- ## Fixes
11+ ### Fixes
412- Add Temporary fix for circular paths, which break expo ([ 9c09743] ( https://github.com/Iterable/react-native-sdk/commit/9c09743 ) )
513
614## 2.1.0-beta.0
1422
1523## 2.0.4
1624
17- ## Updates
25+ ### Updates
1826- Added API documentation via Netlify([ 1087275] ( https://github.com/Iterable/react-native-sdk/commit/1087275 ) )
1927- Removed dependency on ` react-native-vector-icons ` , per issues
2028 [ #513 ] ( https://github.com/Iterable/react-native-sdk/issues/513 ) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @iterable/react-native-sdk" ,
3- "version" : " 2.1.0-beta.1 " ,
3+ "version" : " 2.1.0" ,
44 "description" : " Iterable SDK for React Native." ,
55 "source" : " ./src/index.tsx" ,
66 "main" : " ./lib/module/index.js" ,
Original file line number Diff line number Diff line change 33 * It contains the version of the package
44 */
55export const buildInfo = {
6- version : '2.1.0-beta.1 ' ,
6+ version : '2.1.0' ,
77} ;
You can’t perform that action at this time.
0 commit comments