srinivasa rao pedada

Results 11 comments of srinivasa rao pedada

I tried with GIMP, but the path I got is in a different format compared to your path. ``` ```

This npm package [1]: https://github.com/tableau/react-native-dns-lookup is the only option if you want to get the ip address (local ip too) using mdns hostname. [2]: https://github.com/avertin/DnsTest/blob/master/App.js#L30 Here is an example by...

This npm package [1]: https://github.com/tableau/react-native-dns-lookup is the only option if you want to get the ip address (local ip too) using mdns hostname. [2]: https://github.com/avertin/DnsTest/blob/master/App.js#L30 Here is an example by...

**https://github.com/whatdtech/react-native-segmented-control** this is a modified version of this fork installation details are in readme file. works with latest expo and bare react native .70 version

https://github.com/whatdtech/react-native-segmented-control this is a modified version of this fork installation details are in readme file. works with latest expo and bare react native .70 version

try `**yarn add deprecated-react-native-prop-types**` or *`*npm i [email protected]`** react-native-prop-types was deprecated and moved out of core react native

No problem in creating a PR. Few more issues are there to be sorted out.

first two warnings can be ignored due to ViewStyle props returning null maybe typescript old version dependency. Problem here is you are importing segmented control twice **import SegmentedControl from 'rn-segmented-control';**...

Try this example. import SegmentedControl from 'rn-segmented-control'; import * as React from 'react'; import { KeyboardAvoidingView, Platform, StyleSheet, Text, Input, Dimensions, StatusBar, ScrollView, NativeEventEmitter, TextInput, TouchableHighlight, View, Alert, SafeAreaView }...

ok, Thanks for testing. I will look into it