React native – data.map is not a function (it is undefined)
I'm making a recipe app with React Native and Firebase. I added some JSON data to realtime database before. It works well with arr.map(). But when I write a data to realtime database with my project it says data.map is…