Skip to content
#

reactnative

Here are 807 public repositories matching this topic...

hannojg
hannojg commented Aug 9, 2019

I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined
![Screenshot 2019-08-09 at 18 01 26](https://user-images.githubusercontent.com/16821682/62792504-bd64b080-bacf-11e9-96a8-0d33089332ac.pn

csdal
csdal commented Apr 15, 2020

Goals

Update code to npm install --save realm@5.0.0 at realm package installation instruction after switching to Realm JavaScript 5.0.0 Latest in the documentation.

Expected Results

npm install --save realm@5.0.0 at installation instruction of Realm JavaScript 5.0.0 Latest in the documentation.

Actual Results

Package installation with the instruction of 4.0.0beta version in the

pedropombeiro
pedropombeiro commented Dec 7, 2018

Problem

Currently when a user receives a PN, we show a very generic message (no indication of sender, body, etc). This will change in the future (e.g. with status-im/status-react#7043), so it would be good to be more explicit about the fact that we are showing a generic PN message due to the db being locked. Also, since we may receive PNs from users we've since removed

galio
leommh
leommh commented Feb 28, 2019

Is your feature request related to a problem? Please describe.
The inputs do not pass the functions of focus (), blur (), among others of the TextInput of React Native.

Describe the solution you'd like
I would like these functions to be passed so that I could control focus and transfer from one input to another after I finish entering the value.

**Describe alternatives you've consi

chilledJin
chilledJin commented Jun 28, 2019

Bug

Were you to look through the documented API, https://github.com/react-native-community/react-native-audio-toolkit/blob/master/docs/API.md
you would see that recorder has the function record, to record audio. If i assumed this is correct, then, i would initialize recorder with:

_reloadRecorder() {
    if (this.recorder) {
      this.recorder.destroy();
    }

    this.recorder = 
dhamanutd
dhamanutd commented Feb 19, 2018

I think there need some improvement to add more detail about How To Contribute. As i experienced when trying to contribute and run the app in android, it turns out i need to do some edit in android/app/build.gradle to make react-native run-android working properly.

I think to make this Open Source more friendly to contributors, we need to update README.md more detailed.

alexnm
alexnm commented Sep 30, 2019

There are a few instances in the codebase where it is assumed that a GeneratedFolder object has an array of subFolders at least initialized with an empty array []. These lines of code are not safe for when the template is not in the control of the code and is given as input. Example:

{
  "name": "test-folder",
  "files": [ ... ]
}

In this scenario, the following snippet

Improve this page

Add a description, image, and links to the reactnative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactnative topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.