Talha Atiq

Results 14 issues of Talha Atiq

#### Issue Description On Android, it's working but on ios, the Gifted chat is taking the full available heigh. As it can be seen it's not calculating heigh properly. When...

#### Issue Description Anyone could help me out to make such InputToolBar. It would be a great help as I am totally new to this. ............ ............

I want to change the arrow-up arrow-down icon to react-native-vector-icons. Can anyone help me in this regard?

using on M1 Mac Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with...

using on M1 Mac Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with...

**code:** ``` const dataArray = [{key:0, num:0, backgroundColor:"green"}, {key:1, num:1, backgroundColor:"yellow"},{key:2, item:2, backgroundColor:"blue"}]; const [data, setData] = useState(dataArray); const renderItem1 = ({item,drag,isActive}) =>{ return( {item.key} ); } { item.key}} onDragEnd={({data})=>{...

Could not find a declaration file for module '@rainbow-me/animated-charts'. '/Users/talhaatiq/Documents/GitHub/mustaqbil-reactnative/node_modules/@rainbow-me/animated-charts/src/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/rainbow-me__animated-charts` if it exists or add a new declaration (.d.ts) file...

I am getting file path from [react-native-document-picker] for example file:///private/var/mobile/Containers/Data/Application/6B63EB72-A6DB-4413-87AE-DF2A4721FCC1/tmp/org.mstqb-rise.com-Inbox/2022-02-04%206-58%20PM%201.pdf ` const source = { uri: item.filePath, cache: false }; ` The error which I am getting is [Error: Load...

![simulator_screenshot_FF0602DB-AC11-4920-B70E-C7E2E7EC85CC](https://user-images.githubusercontent.com/30371302/162951830-966b7b3a-d657-4846-ab34-9bcfc8ac9172.png)

Invariant Violation: requireNativeComponent: "RNLineChart" was not found in the UIManager. for all of the charts it's showing a similar error. ![IMG_707D26153E87-1](https://user-images.githubusercontent.com/30371302/183502037-7376eff5-1877-4057-8865-23a821cd2a15.jpeg)