Skip to content

Instantly share code, notes, and snippets.

View Crysp's full-sized avatar

Vitaliy Leonov Crysp

View GitHub Profile
{
"name": "meetinger",
"version": "0.0.1",
"license": "UNLICENSED",
"private": true,
"scripts": {
"postinstall": "patch-package",
"android": "react-native run-android --active-arch-only",
"ios": "react-native run-ios --simulator=\"iPhone X\"",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
2023-10-29 14:16:39.175 ℹ️-[TSDBLogger db_delete] maxAge: 604800
2023-10-29 14:16:39.180 ℹ️-[LocationDAO purge:] 1
2023-10-29 14:16:39.186 ℹ️-[TSDBLogger db_save] Log committed
2023-10-29 14:16:40.355
╔═══════════════════════════════════════════════════════════
║ -[TSLocationManager createMotionTypeChangedHandler]_block_invoke | still/33 | isMoving: 0
╚═══════════════════════════════════════════════════════════
import {
tempElement,
} from './constants.js';
import {
openPopupImg,
} from './modal.js';
import {
delCard, putLike, delLike,
} from './api.js';
let oneScreen = document.body.offsetHeight - window.innerHeight;
let scrollY = window.scrollY;
let shouldUpdate = true;
document.addEventListener('scroll', () => {
if (shouldUpdate) {
scrollY = window.scrollY;
}
});
window.addEventListener('resize', () => {
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.