-
Notifications
You must be signed in to change notification settings - Fork 5
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
SDKS 3618- New React Native Project #35
Conversation
6dfe5c8
to
ef9aa20
Compare
483c928
to
f4d2148
Compare
f4d2148
to
6a9a95e
Compare
839f242
to
bd18f80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Android part looks good to me, provide minor comments.
reactnative/reactnative-todo/android/app/src/debug/AndroidManifest.xml
Outdated
Show resolved
Hide resolved
...tnative/reactnative-todo/android/app/src/main/java/com/reactnativetodo/FRAuthSampleBridge.kt
Show resolved
Hide resolved
reactnative/reactnative-todo/android/app/src/main/res/values/strings.xml
Outdated
Show resolved
Hide resolved
45a6467
to
5f7fecb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall changes looks good, left some comments to address
...tnative/reactnative-todo/android/app/src/main/java/com/reactnativetodo/FRAuthSampleBridge.kt
Show resolved
Hide resolved
reactnative/reactnative-todo/android/app/src/main/res/values/strings.xml
Outdated
Show resolved
Hide resolved
reactnative/reactnative-todo/android/app/src/main/res/values/strings.xml
Outdated
Show resolved
Hide resolved
reactnative/reactnative-todo/android/app/src/main/res/values/strings.xml
Show resolved
Hide resolved
reactnative/reactnative-todo/src/components/utilities/loading.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeyanthanperiyasamy ping me to discuss the comments when free. We will need on the back of that to create an update for the RN Tutorial for docs for Chris as well
reactnative/reactnative-todo/android/app/src/main/java/com/reactnativetodo/MainApplication.kt
Outdated
Show resolved
Hide resolved
reactnative/reactnative-todo/ios/reactnativetodo/FRAuthConfig.plist
Outdated
Show resolved
Hide resolved
04a7dba
to
8da9886
Compare
c2d1003
to
a340038
Compare
Addressed most comments. please verify @rodrigoareis @george-bafaloukas-forgerock |
a340038
to
2560259
Compare
reactnative/reactnative-todo/.env.js
Outdated
* Avoid trailing slashes in the URL string values below | ||
*/ | ||
const API_PORT = 9443; | ||
const API_BASE_URL = 'http://10.0.2.2'; // for iOS - http://localhost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this ip address and port here? Can we replace with placeholder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed as a placeholder.
*/ | ||
data class Configuration( | ||
/** The main authentication journey name. */ | ||
val mainAuthenticationJourney: String = "jey-webAuthn", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we replace this config with placeholder? We should expose details of our environments publicly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree replace all values with [Placeholders]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha i accidentally committed that ..good catch . Fixed now
db831f2
to
d099973
Compare
d099973
to
4470def
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good to me
No description provided.