Tom Whiting
Tom Whiting
package.json: ``` "source": "src/index.tsx", "main": "dist/index.umd.js", "module": "dist/index.modern.module.js", "types": "dist/index.d.ts", ``` Upon importing this package in another package, our build only includes certain types, for others they are 'any'. Our...
**Describe the bug** I have the following structure currently; ``` StructureBuilder.list().title('ContentSanity').items([Goals, ...]); const Goals = StructureBuilder.listItem() .title('Goals') .icon(GiCheckboxTree) .child( StructureBuilder.documentTypeList('audience') .title('Audiences') .child((audienceId) => { return StructureBuilder.documentList() .filter("_type == 'goal' &&...
### Current Behavior When using a Popover component with the 'modal' property applied, on React Native (iOS) it will trigger a warning; > Missing rootTag, this is a bug -...
Hello! I was wondering if the Rive-React player has built-in support for repeating animations, and for triggering callbacks once an animation is complete. For repeating, we'd like to perform an...