Skip to content

GeekyAnts/unitools

Repository files navigation

unitools [ALPHA]

This is the official monorepo of unitools. Set of tools to solve fragmented APIs across Next and Expo projects.

Why?

When you are working with Next and Expo projects, you will face a lot of fragmented APIs. For example, the way to handle the Images is different in both projects. This library aims to solve this problem by providing a unified API for both projects.

What's included?

  • Image (A unified API for handling images with the help of a Babel Plugin)
  • Link (A unified API for handling links based on Next Link API)
  • Route Navigation Hooks (Similar to next/navigation)
  • Utility functions (In Progress)

Installation

npm install @unitools/image @unitools/link @unitools/navigation
npm install -D @unitools/babel-plugin-image

or

yarn add @unitools/image @unitools/link @unitools/navigation
yarn add -D @unitools/babel-plugin-image

Documentation

About

Universal tools for Expo & Next to solve fragmented APIs of Link, Image & Platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published