SYMBOL INDEX (48 symbols across 21 files) FILE: boilerplate.js function install (line 26) | async function install (context) { FILE: boilerplate/App/Components/AlertMessage/AlertMessage.tsx type Props (line 5) | interface Props { FILE: boilerplate/App/Components/DrawerButton/DrawerButton.tsx type Props (line 21) | interface Props { FILE: boilerplate/App/Components/FullButton/FullButton.tsx type Props (line 20) | interface Props { FILE: boilerplate/App/Components/RoundedButton/RoundedButton.tsx type Props (line 21) | interface Props { FILE: boilerplate/App/Config/ReduxPersist.ts constant REDUX_PERSIST (line 5) | const REDUX_PERSIST = { FILE: boilerplate/App/Containers/App.tsx class App (line 21) | class App extends React.Component { method render (line 22) | public render() { FILE: boilerplate/App/Containers/LaunchScreen/LaunchScreen.tsx class LaunchScreen (line 10) | class LaunchScreen extends Component { method render (line 11) | public render() { FILE: boilerplate/App/Containers/RootContainer/RootContainer.tsx type Props (line 11) | interface Props { type State (line 15) | interface State { class RootContainer (line 19) | class RootContainer extends React.Component { method componentDidMount (line 20) | public componentDidMount() { method render (line 27) | public render() { FILE: boilerplate/App/Lib/ReduxHelpers.ts type FluxActionCreator (line 4) | type FluxActionCreator ... type ActionCreatorMap (line 6) | type ActionCreatorMap = { type ReducerMap (line 10) | type ReducerMap = { function mapReducers (line 14) | function mapReducers( FILE: boilerplate/App/Navigation/ReduxNavigation.tsx function ReduxNavigation (line 7) | function ReduxNavigation(props) { FILE: boilerplate/App/Reducers/GithubReducers/index.tsx type RequestParams (line 7) | interface RequestParams {username: string; } type SuccessParams (line 8) | interface SuccessParams {avatar: string; } type GithubState (line 19) | interface GithubState { type GithubAction (line 26) | type GithubAction = PayloadAction; type ImmutableGithubState (line 28) | type ImmutableGithubState = SI.ImmutableObject; constant INITIAL_STATE (line 32) | const INITIAL_STATE: ImmutableGithubState = SI.from({ FILE: boilerplate/App/Reducers/NavigationReducers/index.tsx type NavigationState (line 4) | type NavigationState = NavigationState; FILE: boilerplate/App/Reducers/index.ts type State (line 14) | interface State { FILE: boilerplate/App/Services/GithubApi.tsx type GithubApi (line 4) | interface GithubApi { type GithubUser (line 10) | interface GithubUser { type GithubResponse (line 31) | interface GithubResponse { FILE: boilerplate/rn-cli.config.js method getTransformModulePath (line 2) | getTransformModulePath() { method getSourceExts (line 5) | getSourceExts() { FILE: boilerplate/types/@storybook/react-native.d.ts type Renderable (line 11) | type Renderable = React.ComponentType | JSX.Element; type RenderFunction (line 12) | type RenderFunction = () => Renderable; type StoryDecorator (line 14) | type StoryDecorator = (story: RenderFunction, context: { kind: string, s... type Story (line 16) | interface Story { type StoryObject (line 28) | interface StoryObject { type StoryBucket (line 33) | interface StoryBucket { FILE: boilerplate/types/reduxsauce/index.d.ts type ActionTypes (line 2) | interface ActionTypes { type ActionConfig (line 6) | interface ActionConfig { type ActionCreator (line 10) | type ActionCreator = (...args: any[]) => Action; type ActionCreators (line 12) | interface ActionCreators { FILE: lib/react-native-version.js constant REACT_NATIVE_VERSION (line 4) | const REACT_NATIVE_VERSION = '0.51.0' FILE: test/generators-integration.test.js constant IGNITE (line 5) | const IGNITE = 'ignite' constant APP (line 6) | const APP = 'IntegrationTest' constant BOILERPLATE (line 7) | const BOILERPLATE = `${__dirname}/..` FILE: test/react-native-version.test.js constant DEFAULT (line 5) | const DEFAULT = boilerplate.REACT_NATIVE_VERSION