File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.4
2+
3+ ## Updates
4+ - Added API documentation via Netlify([ 1087275] ( https://github.com/Iterable/react-native-sdk/commit/1087275 ) )
5+ - Removed dependency on ` react-native-vector-icons ` , per issues
6+ [ #513 ] ( https://github.com/Iterable/react-native-sdk/issues/513 ) ,
7+ [ #683 ] ( https://github.com/Iterable/react-native-sdk/issues/683 ) and
8+ [ #675 ] ( https://github.com/Iterable/react-native-sdk/issues/675 )
9+ ([ 6ece6e0] ( https://github.com/Iterable/react-native-sdk/commit/6ece6e0 ) )
10+ - Updated dependencies
11+
112## 2.0.3
213
314### Updates
Original file line number Diff line number Diff line change 11{
22 "name" : " @iterable/react-native-sdk" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
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.0.3 ' ,
6+ version : '2.0.4 ' ,
77} ;
You can’t perform that action at this time.
0 commit comments