sanka
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'}, ...]...
How to add a title to a chart that is inside `ResponsiveContainer`?
I have added a [PR](https://github.com/shadcn-ui/ui/pull/5000)
Got the same error. But i have worked with v3.1.12. So i downgraded to it.
Same issue https://stackoverflow.com/questions/78825337/how-to-record-audio-in-react