Skip to content

margelo/react-native-filament

Repository files navigation

react-native-filament

Features

react-native-filament is a powerful 3D rendering engine for React Native. It features:

  • ⚑ List features here with emojis

Install react-native-filament from npm:

npm i react-native-filament
cd ios && pod install

..and get started by loading your model!

Example

function App() {
  const model = useModel('duck.gltf')

  return (
    <Filament
      style={{ width: 100, height: 100 }}
      model={model}
    />
  )
}

See the example app

Adopting at scale

react-native-filament is provided as is.

If you need help with integrating react-native-filament in your app or have additional bugfixing or feature requests, reach out to us at margelo.io.

Socials