SYMBOL INDEX (67 symbols across 13 files) FILE: android/app/src/main/java/com/rnauth/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: android/app/src/main/java/com/rnauth/MainApplication.java class MainApplication (line 16) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 19) | @Override method getPackages (line 24) | @Override method getReactNativeHost (line 32) | @Override method onCreate (line 37) | @Override FILE: src/App.js class App (line 11) | class App extends Component { method constructor (line 12) | constructor(props) { method componentWillMount (line 18) | componentWillMount() { method render (line 30) | render() { FILE: src/components/auth/Signin.js class Signin (line 16) | class Signin extends Component { method constructor (line 17) | constructor(props) { method componentWillMount (line 23) | componentWillMount() { method handleFormSubmit (line 27) | handleFormSubmit(props) { method render (line 33) | render() { FILE: src/components/auth/Signup.js class Signup (line 16) | class Signup extends Component { method constructor (line 17) | constructor(props) { method componentWillMount (line 23) | componentWillMount() { method handleFormSubmit (line 27) | handleFormSubmit(props) { method render (line 33) | render() { FILE: src/components/common/Button.js function Button (line 17) | function Button({ onPress, children, buttonStyle, textStyle }) { FILE: src/components/post/PostCreate.js class PostCreate (line 14) | class PostCreate extends Component { method constructor (line 15) | constructor(props) { method handleFormSubmit (line 21) | handleFormSubmit(props) { method render (line 27) | render() { FILE: src/components/post/PostEdit.js class PostEdit (line 16) | class PostEdit extends Component { method constructor (line 17) | constructor(props) { method onAccept (line 27) | onAccept() { method onDecline (line 31) | onDecline() { method handleFormSubmit (line 35) | handleFormSubmit(props) { method render (line 41) | render() { FILE: src/components/post/PostList.js class PostList (line 13) | class PostList extends Component { method componentWillMount (line 14) | componentWillMount() { method componentWillReceiveProps (line 20) | componentWillReceiveProps(nextProps) { method createDataSource (line 24) | createDataSource({ list }) { method renderRow (line 32) | renderRow(post) { method render (line 48) | render() { FILE: src/containers/auth/requireAuth.js class Authentication (line 14) | class Authentication extends Component { method componentWillMount (line 15) | componentWillMount() { method componentWillUpdate (line 21) | componentWillUpdate(nextProps) { method render (line 27) | render() { FILE: src/containers/auth/requireNotAuth.js class Authentication (line 14) | class Authentication extends Component { method componentWillMount (line 15) | componentWillMount() { method componentWillUpdate (line 21) | componentWillUpdate(nextProps) { method render (line 27) | render() { FILE: src/modules/auth.js constant SIGN_UP_REQUEST (line 10) | const SIGN_UP_REQUEST = 'SIGN_UP_REQUEST'; constant SIGN_UP_SUCCESS (line 11) | const SIGN_UP_SUCCESS = 'SIGN_UP_SUCCESS'; constant SIGN_UP_FAILURE (line 12) | const SIGN_UP_FAILURE = 'SIGN_UP_FAILURE'; constant SIGN_IN_REQUEST (line 13) | const SIGN_IN_REQUEST = 'SIGN_IN_REQUEST'; constant SIGN_IN_SUCCESS (line 14) | const SIGN_IN_SUCCESS = 'SIGN_IN_SUCCESS'; constant SIGN_IN_FAILURE (line 15) | const SIGN_IN_FAILURE = 'SIGN_IN_FAILURE'; constant SET_INITIAL_STATE (line 16) | const SET_INITIAL_STATE = 'SET_INITIAL_STATE'; constant INITIAL_STATE (line 89) | const INITIAL_STATE = { FILE: src/modules/post.js constant POST_CREATE_REQUEST (line 9) | const POST_CREATE_REQUEST = 'EMPLOYEE_CREATE_REQUEST'; constant POST_CREATE_SUCCESS (line 10) | const POST_CREATE_SUCCESS = 'EMPLOYEE_CREATE_SUCCESS'; constant POST_CREATE_FAILURE (line 11) | const POST_CREATE_FAILURE = 'EMPLOYEE_CREATE_FAILURE'; constant POST_UPDATE_REQUEST (line 12) | const POST_UPDATE_REQUEST = 'POST_UPDATE_REQUEST'; constant POST_UPDATE_SUCCESS (line 13) | const POST_UPDATE_SUCCESS = 'POST_UPDATE_SUCCESS'; constant POST_UPDATE_FAILURE (line 14) | const POST_UPDATE_FAILURE = 'POST_UPDATE_FAILURE'; constant POST_DELETE_REQUEST (line 15) | const POST_DELETE_REQUEST = 'POST_DELETE_REQUEST'; constant POST_DELETE_SUCCESS (line 16) | const POST_DELETE_SUCCESS = 'POST_DELETE_SUCCESS'; constant POST_DELETE_FAILURE (line 17) | const POST_DELETE_FAILURE = 'POST_DELETE_FAILURE'; constant POST_LIST_GET_REQUEST (line 18) | const POST_LIST_GET_REQUEST = 'POST_LIST_GET_REQUEST'; constant POST_LIST_GET_SUCCESS (line 19) | const POST_LIST_GET_SUCCESS = 'POST_LIST_GET_SUCCESS'; constant POST_LIST_GET_FAILURE (line 20) | const POST_LIST_GET_FAILURE = 'POST_LIST_GET_FAILURE'; constant INITIAL_STATE (line 102) | const INITIAL_STATE = {