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 { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; | |
| import { useFocusEffect } from '@react-navigation/native'; | |
| import React, { useCallback } from 'react'; | |
| import { Animated, StyleSheet } from 'react-native'; | |
| import { IconName } from '../components/Icon'; | |
| import TabBar from '../components/tabbar/TabBar'; | |
| import AccountScreen from '../screens/AccountScreen'; | |
| import HelpScreen from '../screens/HelpScreen'; | |
| import MyPlaceScreen from '../screens/myplace/MyPlaceScreen'; |
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
| { | |
| "expo": { | |
| "ios": { | |
| "bundleIdentifier": "com.myawesomeapp", | |
| "googleServicesFile": "./GoogleService-Info.plist" | |
| }, | |
| "android": { | |
| "package": "com.myawesomeapp", | |
| "googleServicesFile": "./google-services.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 { | |
| FirebaseAnalyticsJSCodedEvent, | |
| FirebaseAnalyticsJSConfig, | |
| FirebaseAnalyticsJSOptions, | |
| } from './FirebaseAnalyticsJS.types'; | |
| /** | |
| * A pure JavaScript Google Firebase Analytics implementation that uses | |
| * the HTTPS Measurement API 2 to send events to Google Analytics. | |
| * |
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
| // | |
| // StripeEx.h | |
| // VickyParking | |
| // | |
| // Created by Hein Rutjes on 06/12/2019. | |
| // Copyright © 2019 Facebook. All rights reserved. | |
| // | |
| #ifndef StripeEx_h | |
| #define StripeEx_h |
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 React, { Component } from 'react'; | |
| import { | |
| StyleSheet, | |
| View | |
| } from 'react-native'; | |
| import GL from 'gl-react'; | |
| import { Surface, resolveAssetSource } from 'gl-react-native'; | |
| import shader from './Shader'; | |
| const shaders = GL.Shaders.create({ |
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
| // | |
| // TextToSpeech.m | |
| // TextToSpeech | |
| // | |
| // Created by Anton Krasovsky on 27/09/2016. | |
| // Copyright © 2016 Anton Krasovsky. All rights reserved. | |
| // | |
| #import "RCTBridge.h" | |
| #import "RCTEventDispatcher.h" |
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 R = 6371; // earths radius in km | |
| function radiansFromDegrees(deg) { | |
| return deg * (Math.PI / 180); | |
| } | |
| // reduce number of positions using the Ramer–Douglas–Peucker algorithm | |
| // https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm | |
| // Code based on: https://www.namekdev.net/2014/06/iterative-version-of-ramer-douglas-peucker-line-simplification-algorithm/ | |
| function simplifyGeoCoordinates(positions, tolerance) { |
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
| <a href="stagehound://hein">Hein</a> |
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
| stagehound://hein |
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
| Process: Silverjuke [8518] | |
| Path: /Users/USER/Downloads/Silverjuke.app/Contents/MacOS/Silverjuke | |
| Identifier: com.BPSoftwareDesignNDev.Silverjuke | |
| Version: 1.0 | |
| Code Type: X86 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: Silverjuke [8518] | |
| User ID: 501 | |
| Date/Time: 2015-10-18 20:19:14.530 +0200 |
NewerOlder