Tulpar Yazılım is a Software Company and Consultants @ TulparYazilim | Embracing Technology | Creating Experiences So this project is our base project for react native. You can just download and use it however you want.
⭐️ frappe-gantt
-
You can use frappe gantt for styled gantt components. It is really simple to use. You can find some example components on "src/components" folder.
Example:
import GanttChart from "../components/common/GanttChart"; const ganttChartRef = React.createRef(); <GanttChart ref={ganttChartRef} />;
⭐️ firebase
-
You can use firebase for CRUD actions. For using Firebase you have to update "src/db/firebase.js".
Example:
import firebase from "firebase"; let config = { apiKey: "********", authDomain: "reactprogressevent.firebaseapp.com", projectId: "reactprogressevent", storageBucket: "reactprogressevent.appspot.com", messagingSenderId: "*****", appId: "******", }; firebase.initializeApp(config); export default firebase.database();
⭐️ html2canvas and jspdf
- You can use html2canvas for transform html to canvas and jspdf for export canvas to pdf file. So it is really simple to creating pdf files.
⭐️ react-toast-notifications
- This package is very useful to show toast messages to user.
- Email - [email protected]
- LinkedIn - Tulpar Yazılım
- Blog - Blog
⭐️ From Tulpar Yazılım