react-native-toggle-element icon indicating copy to clipboard operation
react-native-toggle-element copied to clipboard

Switch toggle component for React Native. You can add title, icon, modify component for toggle button.

Results 19 react-native-toggle-element issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 ![1](https://github.com/user-attachments/assets/01366cce-71fe-4882-9a3a-04dc35d9fb4c) ![2](https://github.com/user-attachments/assets/2f4264f9-016f-4995-8b9a-f26af8528781) 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