Yogev Ben David
ec7f32404d
Add missing typescript interfaces (#6203 )
* Add missing typescript interfaces
* Fix tsconfig
* Fix ts imports
* Remove NavigationListener
* Add Navigation.events().registerComponentListener()
* Avoid breaking changes in typescript
* Export NavigationComponentProps
před 5 roky
Henrik Raitasola
9e97838526
Fix name collision so auto import works correctly (#4414 )
Fix name collision so autocomplete works
před 6 roky
Guy Carmeli
760e6cf1ac
Export interfaces
This commit exports interfaces used by RNN so they can be used to improve type checking. closes #4177
Usage
import {Options} from 'react-native-navigation';
const options: Options = {}
před 6 roky
Daniel Zlotin
d391acb715
declaration files
před 7 roky
Daniel Zlotin
1945e247ed
tslint instead of xo and eslint
před 7 roky
Daniel Zlotin
ee675c516f
migrate to using regular export
před 7 roky