Teemu Merikoski

Results 2 issues of Teemu Merikoski

Sometimes the imports are namespaced: ``` import RN from 'react-native'; ``` This merge allows use of ```RN.StyleSheet.create({...})``` and possibility to declare these namespaces via ```react-native/react-native-namespaces``` setting.

### Godot version n/a ### godot-cpp version n/a ### System information Windows (GitHub build) ### Issue description There is an inconsistency in the [template build github actions](https://github.com/godotengine/godot-cpp-template/blob/main/.github/actions/build/action.yml) and the [example.gdextension](https://github.com/godotengine/godot-cpp-template/blob/main/demo/bin/example.gdextension)....

bug