callstackincubator / bs-react-navigation

A fast, declarative navigation for React Native, based on React Navigation
MIT License
55 stars 5 forks source link

BsReactNavigation module #30

Closed idkjs closed 5 years ago

idkjs commented 5 years ago

Where is the BsReactNavigation module defined that we call when we use `open BsReactNavigation?

MoOx commented 5 years ago

It comes from this https://github.com/callstackincubator/bs-react-navigation/blob/64262c01aba43e4294e15409a99320d4b5740649/bsconfig.json#L9

bs assume a name from this flag & use "name" to camelCase.

idkjs commented 5 years ago

@MoOx Thank you, sir. namespace based on the name in bsconfig.json. Got it.