lib/isomorfeus/execution_environment.rb in isomorfeus-redux-4.1.2 vs lib/isomorfeus/execution_environment.rb in isomorfeus-redux-4.1.3
- old
+ new
@@ -32,9 +32,10 @@
def on_desktop?
# true if running in electron
@on_desktop
end
+ # TODO the following need to be reworked a little, as react native is no longer a target
def on_ios?
# true if running in react-native on ios
@on_ios
end