Skip to content
View vasylnahuliak's full-sized avatar

Block or report vasylnahuliak

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 21

  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';