TypeError: undefined is not an object (evaluating 'item.id.toString') on React Native
I've been experiencing this error. I also checked out other related problems similar to this but it still not working. Here is my code: Create.js const create = ({navigation, user}) => { const [newcreate, setNewcreate] = useState([]); const findNewcreate =…