This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| import React, { Component } from 'react'; | |
| import { connect } from 'react-redux'; | |
| import { DeviceEventEmitter, Dimensions, Image, Text, AsyncStorage, TouchableOpacity } from 'react-native'; | |
| import { Col, Row, Grid } from 'react-native-easy-grid'; | |
| import { Container, Content, InputGroup, Input, Button, Icon, View } from 'native-base'; | |
| import { replaceRoute } from '../../actions/route'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Fetch = require('whatwg-fetch'); | |
| var baseUrl = 'https://secure.budgettracker.com/api/'; | |
| var service = { | |
| get: function(url){ | |
| return fetch(baseUrl+url) | |
| .then(function(response) { | |
| return response.json() | |
| }); | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as firebase from 'firebase'; | |
| const firebaseConfig = { | |
| apiKey: "AIzaSyAfHOFdjPwByt_S7RSPcyF5OPzwp_????", | |
| authDomain: "??????-44ce2.firebaseapp.com", | |
| databaseURL: "https://??????-44ce2.firebaseio.com", | |
| storageBucket: "", | |
| }; | |
| const app = firebase.initializeApp(firebaseConfig); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const changeFilterKind = // eslint-disable-line import/prefer-default-export | |
| 'CHANGE_FILTER_KIND'; | |
| export const createActivity = // eslint-disable-line import/prefer-default-export | |
| 'CREATE_ACTIVITY'; | |
| // Ajax request | |
| export const FETCHING_DATA = 'FETCHING_DATA'; | |
| // Login | |
| export const UPDATE_EMAIL = 'UPDATE_EMAIL'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://reactdevteam.000webhostapp.com/user/?userId=123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const algoliasearch = require('algoliasearch/reactnative')('9BI25RD63R', '4edbe1e1d37bca98c5efdfae09ebba5f'); | |
| const properties = algoliasearch.initIndex('properties'); | |
| const schools = algoliasearch.initIndex('schools'); | |
| const cities = algoliasearch.initIndex('cities'); | |
| const communities = algoliasearch.initIndex('communities'); | |
| export function searchAlgolia(searchParams, justReloaded, desktop_view, callBack) { | |
| // changeTitle(); | |
| notSearched = !1; | |
| // $rootScope.search_space.selectedProperty = void 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const algoliasearch = require('algoliasearch/reactnative')('9BI25RD63R', '4edbe1e1d37bca98c5efdfae09ebba5f'); | |
| const properties = algoliasearch.initIndex('properties'); | |
| const schools = algoliasearch.initIndex('schools'); | |
| const cities = algoliasearch.initIndex('cities'); | |
| const communities = algoliasearch.initIndex('communities'); | |
| export function searchAlgolia(searchParams, justReloaded, desktop_view, callBack) { | |
| // changeTitle(); | |
| notSearched = !1; | |
| // $rootScope.search_space.selectedProperty = void 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tycoon | |
| Post 100 projects. | |
| The Chosen One | |
| Earned on Apr 3rd, 2016 Accept 100 projects. | |
| The Empire Builder | |
| Award 100 projects. | |
| The Centurion |
OlderNewer