Reputation: 1
How to render week view dates like this for react-native:
Upvotes: 0
Views: 4543
Reputation: 170
Not sure whether you've seen this issue on Github relating to react-native-calendars and week views but I'm looking to do the same and from one of the comments stumbled onto the react-native-week-view package. There may be ways to customise its look a bit to make it look more like what you want above.
Upvotes: 1
Reputation: 3001
Try out the react-native-calendars component. It offers views similar to the ones you are looking for https://github.com/wix/react-native-calendars
Upvotes: 0