Skip to content
View vasylnahuliak's full-sized avatar

Block or report vasylnahuliak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ekreative/react-native-braintree ekreative/react-native-braintree Public archive

    A react native interface for integrating payments using Braintree

    Java 44 23

  2. ekreative/react-native-paypal ekreative/react-native-paypal Public

    A react native interface for integrating payments using PayPal

    Kotlin 16 4

  3. react-native-text-size react-native-text-size Public

    Forked from aMarCruz/react-native-text-size

    Measure text accurately before laying it out and get font information from your App.

    Java 1 2

  4. Example of using usePromiseRef with ... Example of using usePromiseRef with WebView onMessage
    1
    import React, { FC, useImperativeHandle, useRef } from 'react';
    2
    import { Text, View, TouchableOpacity } from "react-native";
    3
    
                  
    4
    import ConfirmHcaptcha from '@hcaptcha/react-native-hcaptcha';
    5
    import type { WebViewMessageEvent } from 'react-native-webview';