Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

272
Views
React Native Calendars (wix) - Resource View

I've been struggling with this problem during this week, I've trying to find out how to achieve a resource view for React Native, I tried the wix calendar one but I can't get this view so far. Does anyone can help me or have any other library I can give it a try? also tried with React Native Calendar Event library.

this is my code so far:

<View style={styles.screen}>
    <CalendarProvider
     style={{ marginBottom: 40 }}
     date={currentDate}
     onDateChanged={() => console.log('onDateChanged')}
     onMonthChange={() => console.log('onMonthChanged')}
     showTodayButton={true}
     disabledOpacity={0.6}
    >
    <ExpandableCalendar
        showWeekNumbers={false}
        showScrollIndicator={false}
        showsHorizontalScrollIndicator={false}
        showsVerticalScrollIndicator={false}
        showSixWeeks={false}
        firstDay={1}
        markedDates={marked}
    />
    <TimelineList
        key={1}
        events={eventsByDate}
        timelineProps={timelineProps}
        showNowIndicator
        scrollToFirst
        initialTime={INITIAL_TIME}
    />
    </CalendarProvider>
</View>

this is what I'm looking for

Resource View

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!