react-native-flic2 2.0.0-beta.20 → 2.0.0-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,11 @@ npm install react-native-flic2
41
41
  See `Troubleshooting` -> `Running on iOS Simulator` for a full configuration
42
42
  example and launch commands.
43
43
 
44
+ **Important (iOS pod wiring):**
45
+ The autolinked root `Flic2` pod is codegen-only in the 2.x beta setup.
46
+ To get a real iOS runtime implementation, add `Flic2Device` in your Podfile
47
+ (and `Flic2Simulator` for simulator-specific configurations).
48
+
44
49
  2. **Add Bluetooth permissions to `Info.plist`:**
45
50
  Add the following keys to your `ios/YourApp/Info.plist`:
46
51
  ```xml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-flic2",
3
- "version": "2.0.0-beta.20",
3
+ "version": "2.0.0-beta.21",
4
4
  "description": "React Native Flic plugin made with the Flic2 SDK (unofficial)",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",