Devnetik/react-native-dimmed-view

Add example to the README.md

Closed this issue · 2 comments

Add example to the README.md

I would like to work on this. What kind of example do you want to be added?

Just a simple one like this:

render() {
  View
    Text Some lorem ipsum /Text
    /Image
    Dimmer
  /View
}

Bonus points if you provide a screenshot for the readme :)