RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
1.99k stars 1.16k forks source link

Rocket.Chat new Develop Version doesnt work. Cannot read property 'KeyboardTrackingScrollBehaviorNone' of null - NativeModules #5666

Closed Mutai-Gilbert closed 5 months ago

Mutai-Gilbert commented 5 months ago

Description:

I'm testing my app on iPhone 17.4 and I get the error every time I build:

I see the error below:

Screenshot_2024-04-28_at_4 16 47_PM

Environment Information:

Steps to reproduce:

  1. Clone the app
  2. Change to the project directory and run npm to install dependencies
  3. Run npx pod-install to fetch and install pod packages and dependencies
  4. Run npx react-native start --reset-cache to start the application

    Expected behavior:

I expect to have the debug version of the application to run on my iPhone 15 Pro with iOS 17.4 runtime

Actual behavior:

You can see the actual behavior on the screenshots attached above

Additional context:

dansilva-dev commented 5 months ago

The develop version will invariably be unstable. If you want to use a whitelabel version or something like that, use the master or the specific white label branch.