SYMBOL INDEX (33 symbols across 16 files) FILE: boilerplate.js function install (line 26) | async function install(context) { FILE: boilerplate/App/Components/AlertMessage.js class AlertMessage (line 6) | class AlertMessage extends Component { method render (line 16) | render () { FILE: boilerplate/App/Components/DrawerButton.js class DrawerButton (line 20) | class DrawerButton extends Component { method render (line 26) | render () { FILE: boilerplate/App/Components/FullButton.js class FullButton (line 20) | class FullButton extends Component { method render (line 27) | render () { FILE: boilerplate/App/Components/RoundedButton.js class RoundedButton (line 20) | class RoundedButton extends Component { method getText (line 28) | getText () { method render (line 33) | render () { FILE: boilerplate/App/Containers/App.js class App (line 20) | class App extends Component { method render (line 21) | render () { FILE: boilerplate/App/Containers/LaunchScreen.js class LaunchScreen (line 8) | class LaunchScreen extends Component { method render (line 9) | render () { FILE: boilerplate/App/Containers/RootContainer.js class RootContainer (line 10) | class RootContainer extends Component { method componentDidMount (line 11) | componentDidMount () { method render (line 15) | render () { FILE: boilerplate/App/Navigation/ReduxNavigation.js class ReduxNavigation (line 17) | class ReduxNavigation extends React.Component { method componentDidMount (line 18) | componentDidMount () { method componentWillUnmount (line 32) | componentWillUnmount () { method render (line 37) | render () { FILE: boilerplate/App/Redux/GithubRedux.js constant INITIAL_STATE (line 17) | const INITIAL_STATE = Immutable({ FILE: boilerplate/App/Redux/SearchRedux.js constant LIST_DATA (line 6) | const LIST_DATA = ['sausage', 'blubber', 'pencil', 'cloud', 'moon', 'wat... constant INITIAL_STATE (line 30) | const INITIAL_STATE = Immutable({ FILE: lib/react-native-version.js constant REACT_NATIVE_VERSION (line 4) | const REACT_NATIVE_VERSION = '0.63.0' FILE: plugin.js function add (line 8) | async function add (context) { function remove (line 17) | async function remove (context) { FILE: screenExamples.js function add (line 24) | async function add (context) { function remove (line 34) | async function remove (context) { FILE: test/generators-integration.test.js constant IGNITE (line 5) | const IGNITE = 'npx ignite-cli' constant APP (line 6) | const APP = 'IntegrationTest' constant BOILERPLATE (line 7) | const BOILERPLATE = jetpack.path(__dirname, '..') FILE: test/react-native-version.test.js constant DEFAULT (line 5) | const DEFAULT = boilerplate.REACT_NATIVE_VERSION