Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 526 Bytes

File metadata and controls

30 lines (24 loc) · 526 Bytes

Dynamix by Grida

@dynamix/react-native

Installation

npm install @dynamix/react-native

Usage

import dynamix, { DynamixProvider, Webview } from "@dynamix/react-native";

function App() {
  return (
    <DynamixProvider>
      <Webview />
    </DynamixProvider>
  );
}