5. Switch #

Created Tue Dec 5, 2023 at 1:09 AM

RN core has a Switch, which is a toggle switch.

import { Switch } from 'react-native';

<Switch 
  value={true}
  onValueChange={newValue => ()} 
/>