-
# Bug report
- [x ] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue.
- Reproduced on:
- [x] Android
- [ ] …
-
Really good library, but what about something like that
```
const App = () => {
const reactDomAlert = useAlert();
return (
... some components with logic here
)…
-
- [ ] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [ ] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-i…
-
-
○ Time: 4 weeks
○ Tools Required: React, Redux, WebSockets (within Azure)
○ Steps:
1. Design and implement real-time visualization components using React and Redux.
□ Ensure component…
zepor updated
3 months ago
-
Hey, I'm new to react native and I'm using this library for all the alerts in my project, and so far it's working great.
However when enabling **full screen mode** in Android (_I just hide the navi…
-
When we use the simulated true option, both Android and iOS work perfectly. However, when we set it to false, the reader does not connect. Calling connectLocalMobileReader() returns an error.
Below…
-
i'm calling an API and the function from main context is not being called to the API call even when i am importing it using const { ... , ..... } = createContext(....)
the error is as followed
…
-
**Describe the bug**
When using React with TypeScript, component stories fetch props from interfaces when provided to function component arguments. But not all props of the interface are seen in the …
-
![image](https://user-images.githubusercontent.com/1267379/194076823-9e5a3d32-5c6a-4dcb-a40a-a1360d765a63.png)
```jsx
const ChangePassword: React.FC = () => {
const auth = useAuth();
const…