SYMBOL INDEX (61 symbols across 16 files) FILE: android/app/src/main/java/com/peckish/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: android/app/src/main/java/com/peckish/MainApplication.java class MainApplication (line 15) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 18) | @Override method getPackages (line 23) | @Override method getReactNativeHost (line 31) | @Override FILE: app/actions/navigation.js function setTab (line 6) | function setTab(tabIndex) { function navigate (line 13) | function navigate(action) { function navigateForward (line 19) | function navigateForward(state) { function navigateBack (line 26) | function navigateBack() { FILE: app/actions/recipes.js function fetchRecipes (line 4) | function fetchRecipes(ingredients) { function setSearchedRecipes (line 18) | function setSearchedRecipes({ recipes }) { FILE: app/actions/types.js constant SET_SEARCHED_RECIPES (line 2) | const SET_SEARCHED_RECIPES = 'SET_SEARCHED_RECIPES' constant SET_TAB (line 5) | const SET_TAB = 'SET_TAB' constant NAVIGATION_FORWARD (line 7) | const NAVIGATION_FORWARD = 'NAVIGATION_FORWARD' constant NAVIGATION_BACK (line 8) | const NAVIGATION_BACK = 'NAVIGATION_BACK' FILE: app/containers/About.js class About (line 4) | class About extends Component { method render (line 5) | render() { FILE: app/containers/AppContainer.js class AppContainer (line 27) | class AppContainer extends Component { method constructor (line 29) | constructor(props: any, context: any) { method render (line 35) | render() { method _render (line 44) | _render(transitionProps) { method _renderScene (line 60) | _renderScene(sceneProps) { class SceneContainer (line 70) | class SceneContainer extends Component { method render (line 72) | render() { function mapDispatchToProps (line 100) | function mapDispatchToProps(dispatch) { function mapStateToProps (line 104) | function mapStateToProps(state) { FILE: app/containers/ApplicationTabs/index.ios.js class ApplicationTabs (line 9) | class ApplicationTabs extends Component { method constructor (line 11) | constructor(props) { method onPress (line 16) | onPress(index) { method renderScene (line 20) | renderScene(component) { method render (line 28) | render() { function mapStateToProps (line 52) | function mapStateToProps(state) { function mapDispatchToProps (line 58) | function mapDispatchToProps(dispatch) { FILE: app/containers/Detail.js class Detail (line 14) | class Detail extends Component { method recipe (line 16) | recipe() { method render (line 20) | render() { function mapStateToProps (line 38) | function mapStateToProps(state) { function mapDispatchToProps (line 45) | function mapDispatchToProps(dispatch) { FILE: app/containers/Home.js class Home (line 15) | class Home extends Component { method constructor (line 16) | constructor(props) { method searchPressed (line 21) | searchPressed() { method recipes (line 28) | recipes() { method render (line 32) | render() { function mapStateToProps (line 85) | function mapStateToProps(state) { FILE: app/lib/api.js class Api (line 1) | class Api { method headers (line 2) | static headers() { method get (line 10) | static get(route) { method put (line 14) | static put(route, params) { method post (line 18) | static post(route, params) { method delete (line 22) | static delete(route, params) { method xhr (line 26) | static xhr(route, params, verb) { FILE: app/lib/createReducer.js function createReducer (line 1) | function createReducer(initialState, handlers) { FILE: app/reducers/navigation.js method [types.SET_TAB] (line 19) | [types.SET_TAB](state, action) { method [types.NAVIGATION_FORWARD] (line 31) | [types.NAVIGATION_FORWARD](state, action) { method [types.NAVIGATION_BACK] (line 35) | [types.NAVIGATION_BACK](state, action) { method [types.NAVIGATION_FORWARD] (line 42) | [types.NAVIGATION_FORWARD](state, action) { FILE: app/reducers/recipes.js method [types.SET_SEARCHED_RECIPES] (line 5) | [types.SET_SEARCHED_RECIPES](state, action) { FILE: index.android.js class peckish (line 15) | class peckish extends Component { method render (line 16) | render() { FILE: index.ios.js function configureStore (line 13) | function configureStore(initialState) {