Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from nearit/fix-android-nearit-content-mapping
Browse files Browse the repository at this point in the history
Fix android NearIT content mapping
  • Loading branch information
Mattia Panzeri committed Jan 24, 2018
2 parents df7af96 + 13dc29e commit d176217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ public static WritableMap toWritableMap(Map<String, Object> map) {
writableMap.putArray((String) pair.getKey(), toWritableArray((Object[]) value));
}

iterator.remove();
}

return writableMap;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nearit",
"version": "2.5.6-beta.3",
"version": "2.5.6-beta.4",
"author": "Mattia Panzeri <[email protected]>",
"license": "MPL-2.0",
"description": "The official NearIT SDK plugin for React Native",
Expand Down

0 comments on commit d176217

Please sign in to comment.