All Projects → ef-eng → react-native-swag-toggle

ef-eng / react-native-swag-toggle

Licence: MIT license
A Swag Toggle for React Native and Expo Web

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-swag-toggle

react-native-ink
React Native for CLIs
Stars: ✭ 28 (+100%)
Mutual labels:  react-native-web, expo-web
react-flappy-bird
A side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
Stars: ✭ 55 (+292.86%)
Mutual labels:  react-native-web, expo-web
apple-notes
A clone of the Apple Notes app but made universally with Expo
Stars: ✭ 53 (+278.57%)
Mutual labels:  react-native-web, expo-web
React Native Paper Dates
Smooth and fast cross platform Material Design date and time picker for React Native Paper
Stars: ✭ 173 (+1135.71%)
Mutual labels:  react-native-web
Svgs
svgs is a compatiblity layer between svg and react-native-svg
Stars: ✭ 182 (+1200%)
Mutual labels:  react-native-web
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+200%)
Mutual labels:  react-native-web
moox
MoOx personal website
Stars: ✭ 33 (+135.71%)
Mutual labels:  react-native-web
React Native Web Hooks
Hooks for React Native web and Expo
Stars: ✭ 157 (+1021.43%)
Mutual labels:  react-native-web
create-react-native-dapp
Your next Ethereum application starts here. ⚛️ 💪 🦄
Stars: ✭ 410 (+2828.57%)
Mutual labels:  react-native-web
Times Components
A collection of reusable components used by The Times
Stars: ✭ 232 (+1557.14%)
Mutual labels:  react-native-web
Awesome React Native Web
💙 React Native Web patterns, techniques, tips, and tricks ✨
Stars: ✭ 215 (+1435.71%)
Mutual labels:  react-native-web
React Native Confetti Cannon
React Native confetti explosion and fall like iOS does.
Stars: ✭ 149 (+964.29%)
Mutual labels:  react-native-web
react-native-web-playground
A React Native Web app with bunch of other stuffs and challenging UI's
Stars: ✭ 19 (+35.71%)
Mutual labels:  react-native-web
Reactnativeuniversal
A demonstration of sharing javascript react-native code between mobile, desktop and web environments
Stars: ✭ 178 (+1171.43%)
Mutual labels:  react-native-web
expo-next-monorepo-example
Create a universal React app using Expo and Next.js in a monorepo
Stars: ✭ 268 (+1814.29%)
Mutual labels:  react-native-web
Nachos Ui
Nachos UI is a React Native component library.
Stars: ✭ 2,037 (+14450%)
Mutual labels:  react-native-web
pulsar-core
🚀 Handy dynamic styles utilities for React Native and React Native Web.
Stars: ✭ 27 (+92.86%)
Mutual labels:  react-native-web
Margarita
[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
Stars: ✭ 213 (+1421.43%)
Mutual labels:  react-native-web
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+1628.57%)
Mutual labels:  react-native-web
react-native-expo-web
All-in-one React Native project (Expo + react-native-web)
Stars: ✭ 16 (+14.29%)
Mutual labels:  react-native-web

react-native-swag-toggle

A Swag Toggle for React Native and Expo Web

Screnshot

Installation

yarn add react-native-swag-toggle

Usage

import SwagToggle from 'react-native-swag-toggle';

const Component = () => {
  const [value, setValue] = React.useState(false);
  return (
    <SwagToggle
      value={value}
      onValueChange={setValue}
      leftText="L"
      rightText="R"
      style={styles.toggle}
      handleStyle={styles.handle}
      activeTextStyle={styles.activeText}
      inactiveTextStyle={styles.inactiveText}
    />
  );
};

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].