badal

Results 7 issues of badal

### Steps to reproduce ``` Share.shareSingle({ title: 'TITLE', message: 'MESSAGE', url: 'https://google.com', social: Share.Social.Linkedin, type: 'url', }) .then((res) => { console.log(res); }) .catch((err) => { err && console.log(err); }); ```...

bug

## Description Calendar theme stylesheet customization isn't working as expected. The `theme` props accepts the `stylesheet` object of the following structure as derived from its types ```ts stylesheet?: { calendar?:...

## Describe the feature Currently the `styled` API accepts literal tagged template literals which accepts CSS naming scheme for styles. I think we could also extend the API to accept...

good first issue 😊
needs: triage 🏷
feature: proposal 💬

![Screenshot 2023-11-08 at 4 39 19 PM](https://github.com/alantoa/react-native-awesome-slider/assets/14058003/e1d38865-e8ac-4479-9527-ef5cc1f28b3c)

# Bug - For a BottomSheetModal with dynamic content height, the backdrop flashes when the content height is being changed. - The change in content height could be done in...

bug
no-issue-activity

Currently the normal onClick handler gets triggered when clicking on jump button. How do you navigate to the first or last page directly with these jump buttons?

```vue import { Dropdown } from 'floating-vue'; import 'floating-vue/dist/style.css'; ``` For this component using in two different pages. For first page, the resize-observer class has the id generated on it....