Skip to content

TimeTac/react-native-playground

Repository files navigation

TimeTac React Native Playground

Getting Started

This project is configured to use a designated account in TimeTac's sandbox environment. The playground account is available at https://go-sandbox.timetac.com/playground. It uses a special configuration allowing to access and modify all the account's data. Log in with the following credentials:

  • user: manager
  • password: playgroundNotSoSecure

These credentials are used for authentication in the app as well as the REST API. For convenience, they are already hard-coded in apiConfig.ts.

This demo-account is reset to its initial state in regular intervals.

Node v22 is required to run this project.

TimeTac JS Client Library

Of course it is possible to request data using a general purpose library like axios. To facilitate the task, TimeTac provides the open source @timetac/js-client-library. This library is used in the playground by default. It is also imported by some of TimeTac's newest products.

REST API Documentation

Please refer to https://api.timetac.com/ for a documentation of TimeTac's REST API.

Available Scripts

This project was bootstrapped with Create Expo App. In the project directory, you can run:

npm install

Installs all dependencies.

npm start

Runs the app in the development mode with Expo Go

About

Simple react native playground project for TimeTac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published