diff --git a/README.md b/README.md index f4e6f17..d322246 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,10 @@ Checkout this example live on the [storyboard](https://caferati.me/demo/react-aw { + onPress={(ref, next) => { // do a sync/async task then call `next()` + console.log("Async operations 🔄"); + next(); }} > Button