Skip to content

Instantly share code, notes, and snippets.

View osdnk's full-sized avatar
🥝
loving

Michał Osadnik osdnk

🥝
loving
View GitHub Profile
{
"block_signed_at": "2022-02-09T12:09:34Z",
"block_height": 24734592,
"tx_hash": "0x397fabd9805e03a0ca01e557cc0beccac5dae0457ca55cc1176965bf3a73e0c3",
"tx_offset": 131,
"successful": true,
"from_address": "0x7a3d05c70581bd345fe117c06e45f9669205384f",
"from_address_label": null,
"to_address": "0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff",
"to_address_label": null,
{
"block_signed_at": "2022-02-09T12:10:04Z",
"block_height": 24734607,
"tx_hash": "0x7066f879d37b44d14a0d933b88e95cbf38031c354488adaaa7548fdc1a9a25a5",
"tx_offset": 36,
"successful": true,
"from_address": "0x7a3d05c70581bd345fe117c06e45f9669205384f",
"from_address_label": null,
"to_address": "0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff",
"to_address_label": null,
{
"block_signed_at": "2022-02-09T11:46:48Z",
"block_height": 24733931,
"tx_hash": "0x6f50d5695957a33516f0973ca5ac1ef03289a548071dc137d65ec41798f5abab",
"tx_offset": 89,
"successful": true,
"from_address": "0x7a3d05c70581bd345fe117c06e45f9669205384f",
"from_address_label": null,
"to_address": "0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff",
"to_address_label": null,
[
{
"type":"ASSETS_HEADER",
"uid":"undefined"
},
{
"type":"COIN",
"uid":"coin-0xc18360217d8f7ab5e7c516566761ea12ce7f9d72"
},
{
export default [
{
"balances":true,
"data":[
{
"isCoin":true,
"isPinned":true,
"isSmall":false,
"coingecko_id":"ethereum",
"decimals":18,
import React, { useEffect } from 'react';
import { StyleSheet, View } from 'react-native';
import Animated, {
scrollTo,
useAnimatedRef,
useAnimatedScrollHandler,
} from 'react-native-reanimated';
import useHideSplashScreen from './helpers/hideSplashScreen';
function YetAnotherBottomSheetPortal(props) {
package com.swmansion.gesturehandler.react;
import android.os.SystemClock;
import android.util.Log;
import android.view.MotionEvent;
import android.view.ViewGroup;
import android.view.ViewParent;
import com.facebook.react.ReactRootView;
import com.facebook.react.bridge.ReactContext;
import React, { Component } from 'react';
import { Image, StyleSheet, View } from 'react-native';
import Animated, { Easing } from 'react-native-reanimated';
const {
set,
cond,
eq,
add,
import React, { Component } from 'react';
import { Dimensions, View, StyleSheet } from 'react-native';
import Animated from 'react-native-reanimated'
import { PanGestureHandler, State } from 'react-native-gesture-handler';
const { width } = Dimensions.get('window');
const { set, neq, cond, eq, add, multiply, lessThan, spring, block, startClock, stopClock,
clockRunning, sub, defined, Value, Clock, event } = Animated;
function follow(value) {
@osdnk
osdnk / index.js
Created August 21, 2018 11:14
123dupadupadupaasdf
import React, { Component } from 'react';
import {
ActivityIndicator,
Platform,
StyleSheet,
Text,
TouchableHighlight,
TouchableNativeFeedback,
View
} from 'react-native';