A React native common components kit and helper methods,find the package at this link https://www.npmjs.com/package/frontatish
Frontatish is a collection of common UI components developed and designed by the Groww Engineering Team. The goal of Frontatish is to provide a comprehensive set of commonly used UI components and helpers in one place, allowing developers to focus on writing the business logic of their apps.
To get started with Frontatish, follow these steps:
yarn bootstrap in the root directory to install the required dependencies for each package.To ensure your code passes TypeScript and ESLint, run the following commands:
Remember to add tests for your changes if possible. Run the unit tests by:
To edit Objective-C files, open example/ios/viserionExample.xcworkspace in XCode and find the source files at Pods > Development Pods > viserion.
To edit Java files, open example/android in Android Studio and find the source files at viserion under Android.
Frontatish is a collection of common UI components and helper methods developed by the Groww Engineering Team. It aims to provide developers with a comprehensive set of commonly used UI components in one place, allowing them to focus on writing the business logic of their apps. The installation process is straightforward, and the library is designed to perform well on React Native versions greater than v0.60.