Fantastic React Native Schedule

Overview

Fantastic React Native Schedule

Flexible scheduling library with more built-in features and enhanced customization options

Installation

yarn add f-react-native-schedule

Usage

import Schedule from 'f-react-native-schedule';
// ...

<Schedule />;

Day View

Week View

Properties API

None of the following properties are required. A simple Will still render an empty schedule.

Prop Description Default Type
schedules Array of schedules, to configure the field names use the schedulingSettings property. Empty Array Array
selectedDate To mark the active (current) date in the schedule. new Date() Date
startHour It is used to specify the start time, from which the Schedule starts to be displayed. 00:00 string
endHour It is used to specify the end time at which the schedule ends. 24:00 string
currentView Schedule view type. week day or week
cellDimensions Cell width and height configuration, header cell, sidebar cell and content cell. {height?: number, width?: number} {height: 80, width: 100}
schedulingSettings Scheduling configuration. Default Scheduling Settings Type
headerSettings Header configuration. Default Header Settings Type
sidebarSettings Sidebar configuration. Default Sidebar Settings Type
CellSettings Cell content configuration. Default Cell Content Settings Type
onCellPress Return function for pressing a cell - (date event) => void
onCellLongPress Return function for long pressing a cell. - (date event) => void
onSchedulePress Return function for pressing a scheduling - (scheduling, event) => void
onCellLongPress Return function for long pressing a scheduling. - (scheduling, event) => void

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

You might also like...

React Native & Expo music player application UI

React Native & Expo music player application UI

Would you like to support me? Musicont React Native & Expo music player application UI Demo: https://expo.io/@jsxclan/musicont APK: Download on Google

Dec 14, 2022

uber-eats-clone react native

uber-eats-clone react native

Uber Eats Clone Uber Eats Clone React Native Tools and technology react-native Stripe payment checkout expo tailwind css yelp API Firebase (Authentica

Dec 7, 2022

A React Native starter template project with built-in navigation & redux toolkit.

react-native-template A React Native starter template project with built-in navigation & redux toolkit. What's included? @react-native-async-storage/a

Oct 29, 2022

A react native component that lets you build a dynamic expandable chips list.

A react native component that lets you build a dynamic expandable chips list.

React Native Expandable Chips List A react native component that lets you build a dynamic expandable chips list. Installation Run npm install react-na

Sep 23, 2022

🚀 Aplicação mobile com React Native produzida durante o Next Level Week #05

🚀 Aplicação mobile com React Native produzida durante o Next Level Week #05

✨ Tecnologias Esse projeto foi desenvolvido com as seguintes tecnologias: React Native Typescript Expo 💻 Projeto Aplicativo para lhe ajudar a lembrar

May 28, 2022

🧍‍♂️ React Native + Next.js, unified.

Solito A library dedicated to unifying React Native with Next.js, primarily focused on navigation. This is still experimental. Docs & Examples 📚 Docu

Jan 9, 2023

The Tesla Clone built in React Native FrameWork

The Tesla Clone built in React Native FrameWork

Tesla Clone The Tesla Clone built in React Native FrameWork Features Flat Infinite Scroll List View with animations. Design is responsive to different

Feb 10, 2022

PDF-to-TEXT using Rest7 API REACT-NATIVE

PDF-to-TEXT using Rest7 API REACT-NATIVE

PDF-to-TEXT-using-Rest7-API-REACT-NATIVE- I have made a Demo App to select PDF from documents and convert it into text than Display in ( component) us

Nov 22, 2022

This project is a Vegan recipe application. I created with React Native. Check out VeganRecipe now for recipe app

This project is a Vegan recipe application. I created with React Native. Check out VeganRecipe now for recipe app

VeganRecipe 🍆 🍄 🍠 🍅 Hello! This project is a Vegan recipe application. I created with React Native. Check out VeganRecipe now for recipe app. 🍆 ?

Mar 27, 2022
Owner
Marcelo Razer
Marcelo Razer
null 136 Dec 30, 2022
📋 React Hooks for forms validation (Web + React Native)

English | 繁中 | 简中 | 日本語 | 한국어 | Français | Italiano | Português | Español | Русский | Deutsch | Türkçe Features Built with performance and DX in mind

React Hook Form 32.4k Dec 29, 2022
A personal project, made with React, React Native, Typescript and some of the most used front-end libraries.

A personal project, made with React, React Native, Typescript and some of the most used front-end libraries.

Alvaro Junior 1 Jul 23, 2022
Free React Native library to display local notifications.

React-Native NotiFREE ⚛ React Native library to display local notifications. A FREE alternative to React Native NotiFEE. Why? Nobody can remove the gr

Douglas Nassif Roma Junior 23 Nov 10, 2022
A collection of sample apps built using GetStream and React Native

React Native samples [ Built with ♥ at Stream ] This repo contains projects and samples developed by the team and Stream community, using React Native

Stream 93 Jan 8, 2023
Boilerplate to build Cross-Platform Apps with Expo and React Native

Expo and React Native Boilerplate Boilerplate to build Cross-Platform Apps with Expo and React Native What are you going to find in this boilerplate E

José Ferrer 26 Apr 29, 2022
Fully typed hooks and utility functions for the React Native StyleSheet API

react-native-style-utilities Fully typed hooks and utility functions for the React Native StyleSheet API npm i react-native-style-utilities ESLint Set

Marc Rousavy 73 Dec 17, 2022
React Native popup tip utility

react-native-tip React Native Tip is a simple package inspired in MaterialUI-Tooltip that helps you to show a quick tip to the user and highlight some

Maicon Gilton de Souza Freire 42 Jan 5, 2023
A social app concept with React Native

Social App Concept-React Native ?? A simple social app concept with react native. Improving day by day. Star ⭐ the repo if you like what you see ?? .

Olaifa Boluwatife 30 Dec 31, 2022
Further split the React Native code based on Metro build to improve performance, providing `Dll` and `Dynamic Imports` features

React-Native Code Splitting Further split the React Native code based on Metro build to improve performance, providing Dll and Dynamic Imports feature

Wuba 126 Dec 29, 2022