Skip to content

Commit da6b622

Browse files
committed
Documentation update
1 parent e5fd3a7 commit da6b622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ dependencies {
252252
...
253253
compile project(':react-native-sqlite-storage')
254254
compile project(':sqlite-plugin-provider')
255-
// sqlite cipher support:
255+
// To add sqlite cipher support:
256256
compile project(':sql-cipher-plugin')
257257
}
258258
```
@@ -277,7 +277,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
277277
.setBundleAssetName("index.android.bundle") // this is dependant on how you name you JS files, example assumes index.android.js
278278
.setJSMainModuleName("index.android") // this is dependant on how you name you JS files, example assumes index.android.js
279279
.addPackage(new MainReactPackage())
280-
.addPackage(new SQLitePluginPackage()) // register SQLite Plugin here
280+
.addPackage(new SQLitePluginPackage()) // register SQLite Plugin here. For SQLiteCipher support pass SqliteCipherConnectionProvider to PluginPackage.
281281
.setUseDeveloperSupport(BuildConfig.DEBUG)
282282
.setInitialLifecycleState(LifecycleState.RESUMED)
283283
.build();

0 commit comments

Comments
 (0)