Sam

Results 3 issues of Sam

As I am new to using `react-native-game-engine` I am not 100% that all of the correct functions have been exposed. Please review the changes I have made to ensure they...

I haven't checked the other classes, but [GameEngine.js](https://github.com/bberak/react-native-game-engine/blob/master/src/GameEngine.js) does not appear to have its functions referenced in [react-native-game-enging.d.ts](https://github.com/bberak/react-native-game-engine/blob/master/react-native-game-engine.d.ts): ```ts export interface GameEngineProperties { systems?: any[]; entities?: {} | Promise; renderer?:...

I spent a couple hours adopting the CDS React approach to the Popover element and it appears to break the previously working approach in CDS Svelte (i.e. without providing a...