react-native-poker-stove-lib
Getting started
$ npm install react-native-poker-stove-lib --save
Mostly automatic installation
$ react-native link react-native-poker-stove-lib
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-poker-stove-lib
and addRNPokerStoveLib.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNPokerStoveLib.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Android
TO DO
Windows
TO DO
Usage
; // TODO: What to do with the module?RNPokerStoveLib
Most of the time you might get error with h files not found or undefined symbols which is typically solved by providing correct header path in project->target->build settings-> Search Header Path
Limitations
Currently we only tested omaha high
and we plan to support other.