-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library does not conform to RN standards #325
Comments
We have it in our backlog to revisit how we do our react native templates and bridging, but no time set yet for getting to that work. |
This is an absolute must and is one of the reasons why we stay clear from using the Salesforce SDK most of the time. |
Yeah if you just look at this repo that is a good example of how to do it. I converted this to work with RN Bridging and this compiles without doing any injection into Xcode or Android Studio files. https://github.com/billnbell/react-native-sunshine-conversations
|
Or just copy your competitor's setup. https://github.com/FormidableLabs/react-native-app-auth |
@wmathurin @bbirman is this on the roadmap? |
@wmathurin @bbirman , React Native team officially suggested to use frameworks like exp. When will you guys support Expo for Salesforce mobile SDK https://reactnative.dev/blog/2024/06/25/use-a-framework-to-build-react-native-apps |
There are several real issues with this library.
Deploying to NPM so that we can
yarn add react-native-force
and thenyarn ios
/yarn android
should be ALL you ever need.Can we get some help forking this and fixing it to conform to how everyone else does it?
The text was updated successfully, but these errors were encountered: