Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Fix ItemSeparatorComponent Type #81

Closed mjgerace closed 4 years ago

mjgerace commented 4 years ago

This PR fixes the ItemSeparatorComponent type from component to function. Despite the fact that react-native documentation states that this is component, it is indeed a function, as evidenced by their tests.