sanka

Results 6 comments of sanka

@jonybar9, Thanks. It works. But I think you have missed importing this `import com.github.wumke.RNImmediatePhoneCall.RNImmediatePhoneCallPackage;` in MainActivity.java

No, I created my own code.

make sure to import style ``` import React, { useState } from "react"; import { ScrollView, Modal, Text, Pressable, View, TouchableOpacity, Image } from "react-native"; import PropTypes from 'prop-types'; import...

style file ``` import { StyleSheet } from "react-native"; export default StyleSheet.create({ btnAction: { width: 200, height: 50, borderRadius: 4, justifyContent: 'center', alignItems: 'center', backgroundColor: '#f9d132' }, closeIcon: { width:...

and use it with or without an icon ``` import React, { useState } from 'react'; import MultiPicker from '../../Common/MultiPicker'; const [selectedHorses, setSelectedHorses] = useState([]); [{id: '1', name: 'Apple'}, ...]...