Refactor functional typescript component (#301)
* upgrade example to latest react-native
* refactor DropdownAlert to functional typescript component and add first test
* use function instead of arrows; fix onCancel
* rename alert to alertWithType; add test ids; implement promises
* test render functions and onLayout; consolidate touchable opacity style
* implement Notification child components and reorganize example list
* implement children prop, action callbacks and rename props
* upgrade example to react-native 0.72.3
* rename DropdownAlert test file; upgrade dev deps; fix prettier issues
* update README and package json
* fix test cases where state changes not wrapped in act function
* fix setTimeout return type
* fix timeout not clearing
* refactor example ListItem, NotificationAndriod and NotificationIOS
* Update demo and add using children prop to readme
* implement Queue test
* fix rename of example folder
* reinstate caveats in readme
Refactor functional typescript component (#301)
* upgrade example to latest react-native
* refactor DropdownAlert to functional typescript component and add first test
* use function instead of arrows; fix onCancel
* rename alert to alertWithType; add test ids; implement promises
* test render functions and onLayout; consolidate touchable opacity style
* implement Notification child components and reorganize example list
* implement children prop, action callbacks and rename props
* upgrade example to react-native 0.72.3
* rename DropdownAlert test file; upgrade dev deps; fix prettier issues
* update README and package json
* fix test cases where state changes not wrapped in act function
* fix setTimeout return type
* fix timeout not clearing
* refactor example ListItem, NotificationAndriod and NotificationIOS
* Update demo and add using children prop to readme
* implement Queue test
* fix rename of example folder
* reinstate caveats in readme
Refactor functional typescript component (#301)
* upgrade example to latest react-native
* refactor DropdownAlert to functional typescript component and add first test
* use function instead of arrows; fix onCancel
* rename alert to alertWithType; add test ids; implement promises
* test render functions and onLayout; consolidate touchable opacity style
* implement Notification child components and reorganize example list
* implement children prop, action callbacks and rename props
* upgrade example to react-native 0.72.3
* rename DropdownAlert test file; upgrade dev deps; fix prettier issues
* update README and package json
* fix test cases where state changes not wrapped in act function
* fix setTimeout return type
* fix timeout not clearing
* refactor example ListItem, NotificationAndriod and NotificationIOS
* Update demo and add using children prop to readme
* implement Queue test
* fix rename of example folder
* reinstate caveats in readme
Refactor functional typescript component (#301)
* upgrade example to latest react-native
* refactor DropdownAlert to functional typescript component and add first test
* use function instead of arrows; fix onCancel
* rename alert to alertWithType; add test ids; implement promises
* test render functions and onLayout; consolidate touchable opacity style
* implement Notification child components and reorganize example list
* implement children prop, action callbacks and rename props
* upgrade example to react-native 0.72.3
* rename DropdownAlert test file; upgrade dev deps; fix prettier issues
* update README and package json
* fix test cases where state changes not wrapped in act function
* fix setTimeout return type
* fix timeout not clearing
* refactor example ListItem, NotificationAndriod and NotificationIOS
* Update demo and add using children prop to readme
* implement Queue test
* fix rename of example folder
* reinstate caveats in readme
Refactor functional typescript component (#301)
* upgrade example to latest react-native
* refactor DropdownAlert to functional typescript component and add first test
* use function instead of arrows; fix onCancel
* rename alert to alertWithType; add test ids; implement promises
* test render functions and onLayout; consolidate touchable opacity style
* implement Notification child components and reorganize example list
* implement children prop, action callbacks and rename props
* upgrade example to react-native 0.72.3
* rename DropdownAlert test file; upgrade dev deps; fix prettier issues
* update README and package json
* fix test cases where state changes not wrapped in act function
* fix setTimeout return type
* fix timeout not clearing
* refactor example ListItem, NotificationAndriod and NotificationIOS
* Update demo and add using children prop to readme
* implement Queue test
* fix rename of example folder
* reinstate caveats in readme
Refactor functional typescript component (#301)
* upgrade example to latest react-native
* refactor DropdownAlert to functional typescript component and add first test
* use function instead of arrows; fix onCancel
* rename alert to alertWithType; add test ids; implement promises
* test render functions and onLayout; consolidate touchable opacity style
* implement Notification child components and reorganize example list
* implement children prop, action callbacks and rename props
* upgrade example to react-native 0.72.3
* rename DropdownAlert test file; upgrade dev deps; fix prettier issues
* update README and package json
* fix test cases where state changes not wrapped in act function
* fix setTimeout return type
* fix timeout not clearing
* refactor example ListItem, NotificationAndriod and NotificationIOS
* Update demo and add using children prop to readme
* implement Queue test
* fix rename of example folder
* reinstate caveats in readme