react-native-preference icon indicating copy to clipboard operation
react-native-preference copied to clipboard

Attempt to invoke virtual method ' int java.util.ArrayList.size()' on a null object reference

Open hamza11223322 opened this issue 3 years ago • 7 comments

When I try to set value into Preference( Preference.set('is_login', 'true') ) This error shown on the device screen.

Screenshot_2021-03-09-19-24-54-62_e91406be5bfb79b703a1d5a4bb16c88e

hamza11223322 avatar Mar 09 '21 14:03 hamza11223322

Getting same issue :-

"react-native": 0.63.4, "react-native-preference": "^2.2.1",

Please let me know how can i fix this issue

ManishKumarPandia avatar Mar 10 '21 06:03 ManishKumarPandia

getting same issue on android only.

"react-native": "^0.63.4" "react-native-preference": "^2.2.1"

Solution that work for me: Preference.setWhiteList([]); before you do any set. this is for android, on ios all is good for me. do it one time. :)

bogdan2510 avatar Mar 21 '21 14:03 bogdan2510

have answer yet?

reimibeta avatar Jan 05 '22 08:01 reimibeta

Any fix available for this issue?

DtheRock avatar Jan 10 '22 19:01 DtheRock

getting same issue on android only.

"react-native": "^0.63.4" "react-native-preference": "^2.2.1"

Solution that work for me: Preference.setWhiteList([]); before you do any set. this is for android, on ios all is good for me. do it one time. :)

Can you please provide us with an example?

DtheRock avatar Jan 10 '22 19:01 DtheRock

getting same issue on android only.

"react-native": "^0.63.4" "react-native-preference": "^2.2.1"

Solution that work for me: Preference.setWhiteList([]); before you do any set. this is for android, on ios all is good for me. do it one time. :)

Solved the issue for me! Of course this is just a patch over this bug, but at least calling the setWhiteList method fixed this issue.

coletz avatar Jun 01 '22 11:06 coletz

getting same issue on android only.

"react-native": "^0.63.4" "react-native-preference": "^2.2.1"

Solution that work for me: Preference.setWhiteList([]); before you do any set. this is for android, on ios all is good for me. do it one time. :)

Thanks, This worked for me !!

msalik42 avatar Nov 10 '22 07:11 msalik42