i'm trying to use new function in js at() but i have value.at is not a function. (in 'value.at(-1)'), 'value.at' is undefined error on Android. I am using expo to run react native also program normally works when i running it on Iphone or web browser
This case, 'value' is not array.
Check type of 'value'. ex) console.log(typeof value)