Skip to content

Commit

Permalink
MOB-743 #comment setup basic app with connection to module on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
shachartransmit committed Dec 6, 2023
1 parent 04603b5 commit 06761a7
Show file tree
Hide file tree
Showing 19 changed files with 14,247 additions and 145 deletions.
26 changes: 7 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,12 @@ React Native module for Transmit Security Authentication SDK
npm install react-native-ts-authentication
```

## Usage
platform :ios, 15.0

```js
import { multiply } from 'react-native-ts-authentication';

// ...

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
verify these end points:
export const enum BaseURL {
us = "https://webauthn.identity.security/v1",
eu = "https://webauthn.eu.identity.security/v1"
}
probably they are wrong. one taken from the github repo, another from the portal documentation.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require Pod::Executable.execute_command('node', ['-p',
{paths: [process.argv[1]]},
)', __dir__]).strip

platform :ios, min_ios_version_supported
platform :ios, 15.0
prepare_react_native_project!

# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
Expand Down
Loading

0 comments on commit 06761a7

Please sign in to comment.