Simple caching package to avoid duplicate requireNativeComponent calls
npm install @fluentui-react-native/component-cacheThis is a simple wrapper to ensure that requireNativeComponent doesn't get called multiple times and that multiple consuming controls can reference the same HostComponent. It is designed to be very rarely changed, this helps insulate against multiple versions of a component in the same bundle making rNC calls.