react-native-barcode-generator icon indicating copy to clipboard operation
react-native-barcode-generator copied to clipboard

NSMutableArray

Open rguzmangraviti opened this issue 2 years ago • 2 comments

once the library is installed it returns this error in iOS

error

JSON value '( 1, grad0 )' of type NSMutableArray cannot be converted to NSDictionary

package.json

{ ... "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.1.2", "@fortawesome/react-native-fontawesome": "^0.3.0", "@kichiyaki/react-native-barcode-generator": "^0.6.7", "@react-navigation/bottom-tabs": "^6.3.2", "@react-navigation/material-bottom-tabs": "^6.2.2", "@react-navigation/native": "^6.0.11", "@react-navigation/native-stack": "^6.7.0", "@rneui/base": "^0.0.0-edge.2", "@rneui/themed": "^0.0.0-edge.2", "formik": "^2.2.9", "intl": "^1.2.5", "prop-types": "^15.8.1", "react": "18.0.0", "react-native": "0.69.4", "react-native-animated-pagination-dots": "^0.1.72", "react-native-calendars": "^1.1288.0", "react-native-config": "^1.4.6", "react-native-currency-input": "^1.0.1", "react-native-gifted-charts": "^1.2.41", "react-native-linear-gradient": "^2.6.2", "react-native-safe-area-context": "^4.3.1", "react-native-screens": "^3.15.0", "react-native-share": "^7.8.0", "react-native-svg": "^13.1.0", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^9.2.0", "yup": "^0.32.11" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "^7.32.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.70.3", "react-test-renderer": "18.0.0" }, "jest": { "preset": "react-native" } }

rguzmangraviti avatar Sep 07 '22 22:09 rguzmangraviti