react-native-toggle-element
react-native-toggle-element copied to clipboard
Switch toggle component for React Native. You can add title, icon, modify component for toggle button.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I have some jest test running on my app. I am using **typescript 5.0.4** with **React Native 0.73.0** and **react-native-toggle-element 2.0.1**. I am getting this error when integrating my own...
**Is your feature request related to a problem? Please describe.** I would like to know if the user selected a state (on or off) or when the user doesn't care...
Recently, a warning appears: > Warning: ThumbChildren: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. defaultProps is used twice...
After updating react native version to the latest "react-native": "0.74.3", Facing an two errors **ERROR Warning: ReactNativeToggleElement: Support for defaultProps will be removed from function components in a future major...
Here are our custom styles ``` return ( ); ``` This worked for us in RN 0.73.9 but after we upgraded to RN 0.76.5, the thumb button would always hide...
Adding text to trackBar   Also added optional managed prop so we can control the toggle with the value, it is default false.
Hi, This changes seems to correct the issue #36 Best regards, apiaget