Aldrin Tingson
Aldrin Tingson
Basically I followed this steps on freshly-generated PizzaApp with `--expo` flag. https://blog.expo.dev/developing-react-native-with-expo-and-flipper-8c426bdf995a Having "No Application Detected" error in Flipper. Tried upgrading latest expo via `expo upgrade`. tried matching the flipper...
# Question This question has been asked in this issue: https://github.com/zo0r/react-native-push-notification/issues/401. However I wanna ask if this has been supported already and if this is possible with **local notifications** Yeah...
Steps to reproduce: 1. create an app using cli 2. ignite generate model foo 3. try to include using this syntax ``` import {FooModel} from ".." export const RootStoreModel =...
Basically the standard in our team is that all sources will be in src folder. if I generate new screen, it still goes to app folder and complains that index.ts...
Title says it all. I am actually using [react-native-push-notification](https://github.com/zo0r/react-native-push-notification) library that depends on this library for iOS implementation. In android it is really possible to update notification using just ID,...
Basically I am trying to implement my own joystick since the react native joystick libraries are old, buggy and unsupported already [joystick screenshot](https://imgur.com/OYUt9wO) All is good except I cannot find...
## Description WritableMap(and I should say WritableArray as well) are mutable on the JS side. ## React Native version: 0.64.1 ## Steps To Reproduce Provide a detailed list of steps...
**Describe the solution you would like** As the developers using this framework, we want a sample code from documentation that is easy to understand and that is production grade The...
### Library none ### Summary sometimes you want to indicate that some hardware features are not required by your app. In my case I am developing a simple RN app...
Hi, Thank you so much for this library. TV computing has been an underserved platform that deserves love and apps! This framework helps to the realization of that. I just...