Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiping offset not working on iOS #37

Open
nandorojo opened this issue Apr 15, 2021 · 3 comments
Open

Swiping offset not working on iOS #37

nandorojo opened this issue Apr 15, 2021 · 3 comments
Assignees
Labels
issue: bug Something isn't working os: ios Operating System: iOS
Milestone

Comments

@nandorojo
Copy link

Simulator.-.iPhone.8.1.mp4
@likern
Copy link
Contributor

likern commented Apr 15, 2021

@nandorojo Can this be related to Gilroy-Medium font?
Could you try to use default font (by providing custom theme object)?

As I understand on Android custom font is substituted to default font. So I have no issues in example application (even though I don't have Gilroy-* fonts there).

@likern likern self-assigned this Apr 15, 2021
@likern likern added issue: bug Something isn't working os: ios Operating System: iOS labels Apr 15, 2021
@likern likern added this to the vnext milestone Apr 15, 2021
@nandorojo
Copy link
Author

Where should I edit the font? The theme is a pretty deep object.

@likern
Copy link
Contributor

likern commented Apr 15, 2021

@nandorojo Yes. You have to substitute all objects with textFont property like here https://github.com/breeffy/react-native-calendar/blob/6db66e147d514c5a9b97bb0588c3db2ff7b16b4b/src/themes/CalendarThemeLight.ts#L17

You can use CalendarThemeLight as base object and change (using destructuring) properties where font is used.
Or, for simplicity, you can just directly modify this file to test out things.

likern pushed a commit that referenced this issue Nov 1, 2021
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.17.5.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.16.3...4.17.5)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Something isn't working os: ios Operating System: iOS
Projects
None yet
Development

No branches or pull requests

2 participants