the-wall-native
the-wall-native provides all the native versions of the-wall components.
How To Use
Install it using NPM
npm install @ppb/the-wall-native
or using Yarn
yarn add @ppb/the-wall-native
Example of usage of Card component for native (React Native):
import { Card } from "@ppb/the-wall-native";
<Card title={title} onTitleClick={onMarketTitleClick}></Card>;