* Generate the react component by running `yarn makeSvgr assets/icons/[ui || illus]/[new icon file name]` * Update the documentation by adding the new file in react/Icon/Readme.md. If it's an icon, add it in SVGr icons and Available UI icons sections, or in SVGr illustrations ...
ErrorBoundaries are a React 16+ specific feature that uses the componentDidCatch API for handling uncaught errors without unmounting the whole React component tree. Criteria Custom Text: Has a prop or props that can be used to provide a custom title and/or description (as a string, not a Re...
Is there a recommended react mounting/unmounting routine I should use? I was planning to have the camera (BCS) component always on-screen and update an overlay View with each scan's results (this is a movie ticket scanning app)... but it sounds like i might be better off showing another...