Thanks — you're all set
Your license key is below and a copy is on its way to your inbox.
Retrieving your license key…
1. Install
npm i @wireservers-ui/react-natives @wireservers-ui/react-natives-pro
2. Activate
Call this once at startup, before rendering any Pro component:
import { setLicenseKey } from '@wireservers-ui/react-natives-pro';
setLicenseKey('YOUR_KEY');
3. Tailwind — easy to miss
Add the Pro package to your Tailwind content globs, or its components render unstyled with no error:
content: [
'./node_modules/@wireservers-ui/react-natives/src/**/*.{js,jsx,ts,tsx}',
'./node_modules/@wireservers-ui/react-natives-pro/src/**/*.{js,jsx,ts,tsx}',
],
Questions, or need the key resent? Email todd@wireservers.com