文件最后提交记录最后更新时间
fix example App test; update example build gradle 2 年前
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 readme2 年前
fix example App test; update example build gradle 2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
implement alert position bottom (#302) * implement alert position bottom In doing so, opportunity to correct onMoveShouldSetPanResponder to be based on panResponderEnabled hence eliminates need for panResponderMoveDistance prop. This was based on: "Called for every touch move on the View when it is not the responder: does this view want to "claim" touch responsiveness?" for this case yes when enabled. https://reactnative.dev/docs/gesture-responder-system#responder-lifecycle * update readme support * update demo gif2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
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 readme2 年前
update example react-native-dropdownalert to 5.0.0 2 年前
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 readme2 年前
update example react-native-dropdownalert to 5.0.0 2 年前
README.md

DropdownAlertExample

Up and running

Prerequisites

  1. Open terminal.
  2. Change to example directory (cd ~/example).
  3. Run yarn to install Javascript dependencies.
  4. Run yarn doctor to assess development environment.
  5. Fix any development errors before proceeding to next step.
  6. Run yarn ios:pod to install Cocoapods dependencies.
  7. Run yarn start to start the Metro Bundler.
  8. Then enter i or a to run on iOS simulator or Android emulator.

References