From 91a028205f5409802181f158b4dac6c128e14645 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Fri, 16 Oct 2020 09:42:57 +0200 Subject: [PATCH] feat: add new mixed example --- Example/App.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Example/App.js b/Example/App.js index 13c54c6..3798ac9 100644 --- a/Example/App.js +++ b/Example/App.js @@ -242,6 +242,23 @@ export default class App extends Component { $ + + Mixed + { + this.setState({value: value}); + }} + /> + ); }