-
### Mapbox Implementation
Maplibre
### Mapbox Version
11.4.0
### React Native Version
0.76.1
### Platform
Android
### `@rnmapbox/maps` version
10.1.33
### Standalone component to reproduce
…
-
import React, { useEffect, useState } from "react";
function Dashboard() {
const [flashLoanData, setFlashLoanData] = useState([]);
useEffect(() => {
fetch("http://localhost:5000/flas…
-
I've made the most basic useNetwork implementation and I get an error.
There is no documentation or example for using `useNetwork`
This is my code:
```
import React from 'react';
import { Respo…
-
i have some problem about my notification no data while in app and when quit state. here is my code to handle notification, am i doing something wrong? please help me, below is the code:
**useN…
-
Hi, i get the following error if I try to use the code:
> Type '{ onData: (data: any) => void; onResize: (cols: any, rows: any) => void; options: { cursorBlink: true; }; style: { width: string; hei…
-
Hey there,
I've got a pretty simple use case for a MIDI controller in my application and I really appreciate the work you've done with this library!
So I've got this simple custom hook containin…
-
Here is code =>
import React, {useRef, useEffect} from 'react';
import {View, TouchableOpacity, Text, SafeAreaView} from 'react-native';
import LinkSDK from 'lean-react-native';
import SplashSc…
-
# TLDR PatterFly designers and developers are in need of SVG theming support. Currently, many in the field are unaware of best practices for SVG theme integration and configuration.
## Update: 11/25…
-
### Link to the code that reproduces this issue
https://github.com/mehrizi/nextjs-dynamic-title
### To Reproduce
Hello and hardworking,
I have simple pages in _App Router_ like `app/page/[id]/page…
-
### Link to the code that reproduces this issue
https://github.com/umair-mirza/pakcrunch-new/blob/main/src/app/sitemap.ts
### To Reproduce
I have created a dynamic sitemap for my Nextjs 15 app in t…