InterfaceKit / react-native-js-bottom-sheet

A React Native implementation of Android's bottom sheet
MIT License
30 stars 12 forks source link

Warning: Functions are not valid as a React child #2

Closed anjalsan closed 6 years ago

anjalsan commented 6 years ago

it's working. but I'm getting this warning

Warning: Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to call this function rather than return it.

Moreno97 commented 6 years ago

Hi @anjalsan , this issue is confirmed, when we have time, we'll work it out. If you found the problem and solved it, can you do a PR? Thanks!