theRealSheng

Results 10 comments of theRealSheng

1) const [ ready, setReady ] = useState(false); 2) Return null if state ready = false; 3) Make changes in state for country code and setReady(true);

@saadelsabahy ` import React, { useState, useRef, useEffect } from 'react'; import PropTypes from 'prop-types'; import I18n from 'react-native-i18n'; import _ from 'lodash'; import { View, Text } from 'react-native';...

Try this in your Pods : use_flipper!('Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' ) post_install do |installer| flipper_post_install(installer) end

Add: yAccessor={({ index }) => index} --> YAxis xAccessor={({item, index})=> item} --> XAxis

I was able to just use the react-native-firebase latest without this push notification library. Please make sure you send the data correctly in order to trigger the notification. At my...

> Forgive me for this sin, I know all good devs should be on linux. > > Currently stuck in win dev land, pray for me to find the strength...

Adding pods fixed my issue `def flipper_pods() flipperkit_version = '0.74.0' # should match the version of your Flipper client app pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutPlugin',...

@Haseeba393 create a separate project with the version of of react native you have in your project. Check the flipper version that uses and apply to your project. Can you...

@puckey @brad-sf How is this update going? Will it be merge soon?