diff --git a/examples/stories/StateMachineDocs.stories.mdx b/examples/stories/StateMachineDocs.stories.mdx index 5afbc4b..10e5612 100644 --- a/examples/stories/StateMachineDocs.stories.mdx +++ b/examples/stories/StateMachineDocs.stories.mdx @@ -167,7 +167,8 @@ Unlike the boolean and number inputs, you invoke the `.fire()` method on a trigg ## Rive Text -To listen for Rive Events reported during state machine play, use the `on` API to add an event listener. +A simple example showing Rive Text rendering. Note that if you are using the `@rive-app/react-canvas-lite` package, +the Rive Text bit will not render on the graphic, however, the rest of the Rive content should without issue. diff --git a/npm/react-canvas-lite/README.md b/npm/react-canvas-lite/README.md index 1eec158..75e3252 100644 --- a/npm/react-canvas-lite/README.md +++ b/npm/react-canvas-lite/README.md @@ -6,4 +6,4 @@ Output for `rive-react` using the backing `@rive-app/canvas-lite` JS runtime. The current `@rive-app/react-canvas` dependency supports all Rive features and contains the necessary backing dependencies to render those graphics. This `lite` version has the same API, but does not compile and build with certain dependencies in order to keep the package size as small as possible. -At this time, this lite version of `@rive-app/react-canvas-lite` will not render [Rive Text](https://help.rive.app/editor/text) onto the canvas. Note however, that even if your Rive file may include Rive Text components, rendering the graphic should not cause any app errors, or cease to render. +At this time, this lite version of `@rive-app/react-canvas-lite` will not render [Rive Text](https://help.rive.app/editor/text) onto the canvas. Note however, that even if your Rive file may include Rive Text components when using this package, the canvas will still render the graphic without the Rive Text components.