Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 976 Bytes

File metadata and controls

48 lines (34 loc) · 976 Bytes

React Native Awesome Button Demo

demo/ is the Expo SDK 52 compatibility harness for @rcaferati/react-native-awesome-button.

The app resolves the package name to the local library source during development, so changes in ../src are reflected in the demo without publishing first.

What It Covers

  • registered theme navigation
  • basic buttons
  • progress buttons
  • variant transition examples
  • text transition examples
  • before / after / icon content
  • empty placeholder states
  • flat button variants
  • auto-width and stretch examples
  • social variants
  • extra-content button compositions

The demo is configured for Expo SDK 52, React Native 0.76, Hermes, and newArchEnabled: true.

Install

From the repo root:

yarn --cwd demo install

Run

From the repo root:

yarn demo
yarn demo:ios
yarn demo:android
yarn demo:web

Or run Expo directly inside demo/:

npx expo start

No global expo-cli install is required.